From 26ebd00db32c097036912a22418c7230333bf5af Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 18 Oct 2004 23:51:07 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 02a42e4cdbf..da41f7f4dd4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-10-18 Kazu Hirata + + * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting + the currently visited word to right. + 2004-10-18 Eric Botcazou PR middle-end/18045 -- 2.30.2