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: prefetch pointer mode patch


On Thu, Jan 24, 2002 at 02:35:14AM -0800, Aldy Hernandez wrote:
> + 	      reg = gen_reg_rtx 
> (insn_data[(int)CODE_FOR_prefetch].operand[0].mode);

This part is definitely wrong.  The address is always Pmode.
You do not want a V4SI mode address.


r~


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