emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes for ASM_O...
authorJakub Jelinek <jakub@redhat.com>
Tue, 30 Oct 2001 12:41:45 +0000 (13:41 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 30 Oct 2001 12:41:45 +0000 (13:41 +0100)
commit3d238248433054745e54777fc4c59d1bce67ee41
treebf284af1d2de346c28438607b4461f75a47c178a
parent53fcdc7677776c3ccbe098ee4f8fe082cae5f28e
emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes for ASM_OPERANDS.

* emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or
REG_EQUIV notes for ASM_OPERANDS.  Return the new note (if any).
* rtl.h (set_unique_reg_note): Change return value.
* gcse.c (try_replace_reg): Use set_unique_reg_note.
* cse.c (cse_insn): Likewise.
* expr.c (emit_move_insn): Likewise.
* explow.c (force_reg): Likewise.
* local-alloc (update_equiv_regs): Likewise.
* loop.c (move_moveables, load_mems): Likewise.
* reload (find_reloads): Likewise.

* gcc.dg/20011029-2.c: New test.

From-SVN: r46636
gcc/ChangeLog
gcc/cse.c
gcc/emit-rtl.c
gcc/explow.c
gcc/expr.c
gcc/gcse.c
gcc/local-alloc.c
gcc/loop.c
gcc/reload.c
gcc/rtl.h
gcc/testsuite/ChangeLog