fix code alignment

Richard Henderson rth@redhat.com
Fri Nov 9 11:14:00 GMT 2001


On Thu, Nov 08, 2001 at 03:32:57PM +0100, Jan Hubicka wrote:
> !       align_loops = 1 << abs (processor_target_table[ix86_cpu].align_loop);
> !       align_loops_max_skip = processor_target_table[ix86_cpu].align_loop_max_skip;

I think its confusing to have one number encoded as a power 
of two and the other number not encoded.  And the abs isn't
needed anymore.

Otherwise ok.


r~



More information about the Gcc-patches mailing list