From: Kazu Hirata Date: Mon, 18 Oct 2004 23:51:07 +0000 (+0000) Subject: sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting the currently visited... X-Git-Tag: releases/gcc-4.0.0~3917 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26ebd00db32c097036912a22418c7230333bf5af;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 02a42e4cdbfc..da41f7f4dd4c 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