aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-06-13 19:10:10 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-06-13 19:10:10 -0400
commitbf25501330da50ddf1d76e01a4550ab473343d33 (patch)
tree75696d59fe8b1b2aa0df81107a83afd552c842da /gcc
parent21403f14b292fcf53cc270ce42c1bd2517f40adb (diff)
downloadgcc-bf25501330da50ddf1d76e01a4550ab473343d33.zip
gcc-bf25501330da50ddf1d76e01a4550ab473343d33.tar.gz
gcc-bf25501330da50ddf1d76e01a4550ab473343d33.tar.bz2
(decrement_and_branch): Finish last fix; update matching constraint.
From-SVN: r9940
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/rs6000.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 60ff71f..638bdbf 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -7126,7 +7126,7 @@
;; JUMP_INSNs.
(define_insn ""
[(set (pc)
- (if_then_else (ne (match_operand:SI 1 "register_operand" "0,*r,*r")
+ (if_then_else (ne (match_operand:SI 1 "register_operand" "2,*r,*r")
(const_int 1))
(label_ref (match_operand 0 "" ""))
(pc)))
@@ -7150,7 +7150,7 @@
;; Similar, but we can use GE since we have a REG_NONNEG.
(define_insn ""
[(set (pc)
- (if_then_else (ge (match_operand:SI 1 "register_operand" "0,*r,*r")
+ (if_then_else (ge (match_operand:SI 1 "register_operand" "2,*r,*r")
(const_int 0))
(label_ref (match_operand 0 "" ""))
(pc)))
@@ -7173,7 +7173,7 @@
(define_insn ""
[(set (pc)
- (if_then_else (eq (match_operand:SI 1 "register_operand" "0,*r,*r")
+ (if_then_else (eq (match_operand:SI 1 "register_operand" "2,*r,*r")
(const_int 1))
(label_ref (match_operand 0 "" ""))
(pc)))