This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: change_address
- To: lars at nocrew dot org
- Subject: Re: change_address
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Mon, 12 Nov 01 06:22:48 EST
- Cc: gcc at gcc dot gnu dot org
change_address in emit-rtl.c calls get_mem_attrs with the memory
alignment in memory units. Shouldn't the alignment be in bits?
Yup. For a very short time, I had it in bytes but then changed it and forgot
to change this one. Tjanks.