OSDN Git Service

* sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Oct 2004 23:51:07 +0000 (23:51 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Oct 2004 23:51:07 +0000 (23:51 +0000)
the currently visited word to right.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89257 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 02a42e4..da41f7f 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