Commit 047cd3df by Richard Kenner Committed by Richard Kenner

* emit-rtl.c (change_address): Fix typo in alias setting.

From-SVN: r46979
parent 6780be72
Tue Nov 13 05:45:40 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* emit-rtl.c (change_address): Fix typo in alias setting.
2001-11-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (cfgcleanup.o): Depend on insn-config.h
......
......@@ -1862,8 +1862,7 @@ change_address (memref, mode, addr)
MEM_ATTRS (new)
= get_mem_attrs (MEM_ALIAS_SET (memref), 0, 0,
mmode == BLKmode ? 0 : GEN_INT (GET_MODE_SIZE (mmode)),
(mmode == BLKmode ? 1
: GET_MODE_ALIGNMENT (mmode) / BITS_PER_UNIT),
mmode == BLKmode ? 1 : GET_MODE_ALIGNMENT (mmode),
mmode);
return new;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment