sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting the currently visited...
authorKazu Hirata <kazu@gcc.gnu.org>
Mon, 18 Oct 2004 23:51:07 +0000 (23:51 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 18 Oct 2004 23:51:07 +0000 (23:51 +0000)
* sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting
the currently visited word to right.

From-SVN: r89257

gcc/ChangeLog

index 02a42e4cdbfc251e853f8a5d10e7cba6d6c3cb9e..da41f7f4dd4cfe7f29b96e1e0e172a87acaf1bab 100644 (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