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 i386 legitimize_address (PR target/21297)


On Mon, May 02, 2005 at 09:41:06AM -0400, Jakub Jelinek wrote:
> 	* config/i386/i386.c (legitimize_address): When canonicalizing
> 	ASHIFT into MULT, multiply by 1 << shift_count instead of
> 	1 << log2 (shift_count).

Ok.


r~


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