summaryrefslogtreecommitdiff
path: root/gcc/config/mn10300/mn10300.md
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-02 18:50:33 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-02 18:50:33 +0000
commit24153880bd9e4f7f7cf825cebc8b476c32717ba0 (patch)
tree16497f3f7d5f4c242ea5e0918281c6bbae21fda4 /gcc/config/mn10300/mn10300.md
parent5ebf7810cd29c83954f1b5522d2098ff758a62f0 (diff)
downloadgcc-24153880bd9e4f7f7cf825cebc8b476c32717ba0.tar.gz
* config/alpha/alpha.md, arm/arm.c, darwin.c, frv/frv.md,
m32r/m32r.c, m32r/m32r.c, mn10300/mn10300.md, pa/pa.c, rs6000/rs6000.c, s390/s390.md, sh/sh.md, sparc/sparc.c: Always use set_unique_reg_note to add REG_EQUAL notes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120353 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mn10300/mn10300.md')
-rw-r--r--gcc/config/mn10300/mn10300.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/config/mn10300/mn10300.md b/gcc/config/mn10300/mn10300.md
index f8f320e03e0..5c5bc8de5dc 100644
--- a/gcc/config/mn10300/mn10300.md
+++ b/gcc/config/mn10300/mn10300.md
@@ -2631,8 +2631,7 @@
MEM_READONLY_P (SET_SRC (PATTERN (insn))) = 1;
- REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_EQUAL, operands[1],
- REG_NOTES (insn));
+ set_unique_reg_note (insn, REG_EQUAL, operands[1]);
DONE;
}")
@@ -2652,8 +2651,7 @@
{
rtx insn = emit_insn (gen_symGOTOFF2reg_i (operands[0], operands[1]));
- REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_EQUAL, operands[1],
- REG_NOTES (insn));
+ set_unique_reg_note (insn, REG_EQUAL, operands[1]);
DONE;
}")