This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix combine ICE on PPC


On Tue, Jan 22, 2002 at 11:02:29AM +1030, Alan Modra wrote:
> 	* combine.c (simplify_and_const_int): Don't trunc_int_for_mode
> 	"nonzero" as that might add "1" bits.  Ensure "constop" is
> 	properly sign extened.
> 	(force_to_mode): Tweak for sign extended constop.

Ok.

>     else
> +     /* Otherwise, return an AND.  */
>       {

Prefer the comment inside the brace.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]