diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-28 19:21:54 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-28 19:21:54 +0000 |
commit | 08b06814e7546642829466dc31603f18bd79d33b (patch) | |
tree | b2042a4ce6e394e73a57cc2e67809b45c06b8701 /gcc/config/mn10200 | |
parent | 50cbc1eff0e8a180c1463e219b09c25b30023023 (diff) | |
download | gcc-08b06814e7546642829466dc31603f18bd79d33b.tar.gz |
* rtlanal.c (dead_or_set_regno_p): Ignore REG_DEAD notes after
reload completes.
* genattrtab.c (reload_completed): Define.
* m32r.md, mips.md, mn10200.md, mn10300.md, pyr.md: Remove obsolete
comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17542 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mn10200')
-rw-r--r-- | gcc/config/mn10200/mn10200.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/config/mn10200/mn10200.md b/gcc/config/mn10200/mn10200.md index 47528aedb53..90f7f808753 100644 --- a/gcc/config/mn10200/mn10200.md +++ b/gcc/config/mn10200/mn10200.md @@ -1888,8 +1888,6 @@ (set (pc) (if_then_else (ge (cc0) (const_int 0)) (match_operand 1 "" "") (pc)))] -;; ??? This is WRONG, dead_or_set_p cannot be used after reload -;; because the REG_DEAD notes are not maintained after reload. "dead_or_set_p (ins1, operands[0]) && REG_OK_FOR_INDEX_P (operands[0])" "add %0,%0\;bcc %1" [(set_attr "cc" "clobber")]) @@ -1899,8 +1897,6 @@ (set (pc) (if_then_else (lt (cc0) (const_int 0)) (match_operand 1 "" "") (pc)))] -;; ??? This is WRONG, dead_or_set_p cannot be used after reload -;; because the REG_DEAD notes are not maintained after reload. "dead_or_set_p (ins1, operands[0]) && REG_OK_FOR_INDEX_P (operands[0])" "add %0,%0\;bcs %1" [(set_attr "cc" "clobber")]) @@ -1910,8 +1906,6 @@ (set (pc) (if_then_else (ge (cc0) (const_int 0)) (pc) (match_operand 1 "" "")))] -;; ??? This is WRONG, dead_or_set_p cannot be used after reload -;; because the REG_DEAD notes are not maintained after reload. "dead_or_set_p (ins1, operands[0]) && REG_OK_FOR_INDEX_P (operands[0])" "add %0,%0\;bcs %1" [(set_attr "cc" "clobber")]) @@ -1921,8 +1915,6 @@ (set (pc) (if_then_else (lt (cc0) (const_int 0)) (pc) (match_operand 1 "" "")))] -;; ??? This is WRONG, dead_or_set_p cannot be used after reload -;; because the REG_DEAD notes are not maintained after reload. "dead_or_set_p (ins1, operands[0]) && REG_OK_FOR_INDEX_P (operands[0])" "add %0,%0\;bcc %1" [(set_attr "cc" "clobber")]) @@ -1932,8 +1924,6 @@ (set (pc) (if_then_else (ge (cc0) (const_int 0)) (match_operand 1 "" "") (pc)))] -;; ??? This is WRONG, dead_or_set_p cannot be used after reload -;; because the REG_DEAD notes are not maintained after reload. "dead_or_set_p (ins1, operands[0]) && REG_OK_FOR_INDEX_P (operands[0])" "add %0,%0\;bccx %1" [(set_attr "cc" "clobber")]) @@ -1943,8 +1933,6 @@ (set (pc) (if_then_else (lt (cc0) (const_int 0)) (match_operand 1 "" "") (pc)))] -;; ??? This is WRONG, dead_or_set_p cannot be used after reload -;; because the REG_DEAD notes are not maintained after reload. "dead_or_set_p (ins1, operands[0]) && REG_OK_FOR_INDEX_P (operands[0])" "add %0,%0\;bcsx %1" [(set_attr "cc" "clobber")]) @@ -1954,8 +1942,6 @@ (set (pc) (if_then_else (ge (cc0) (const_int 0)) (pc) (match_operand 1 "" "")))] -;; ??? This is WRONG, dead_or_set_p cannot be used after reload -;; because the REG_DEAD notes are not maintained after reload. "dead_or_set_p (ins1, operands[0]) && REG_OK_FOR_INDEX_P (operands[0])" "add %0,%0\;bcsx %1" [(set_attr "cc" "clobber")]) @@ -1965,8 +1951,6 @@ (set (pc) (if_then_else (lt (cc0) (const_int 0)) (pc) (match_operand 1 "" "")))] -;; ??? This is WRONG, dead_or_set_p cannot be used after reload -;; because the REG_DEAD notes are not maintained after reload. "dead_or_set_p (ins1, operands[0]) && REG_OK_FOR_INDEX_P (operands[0])" "add %0,%0\;bccx %1" [(set_attr "cc" "clobber")]) |