sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting the currently visited word to right.

* sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting
	the currently visited word to right.

From-SVN: r89257
This commit is contained in:
Kazu Hirata 2004-10-18 23:51:07 +00:00
parent e0d3b4528f
commit 26ebd00db3
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-10-18 Kazu Hirata <kazu@cs.umass.edu>
* sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting
the currently visited word to right.
2004-10-18 Eric Botcazou <ebotcazou@libertysurf.fr>
PR middle-end/18045