From bf25501330da50ddf1d76e01a4550ab473343d33 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 13 Jun 1995 19:10:10 -0400 Subject: [PATCH] (decrement_and_branch): Finish last fix; update matching constraint. From-SVN: r9940 --- gcc/config/rs6000/rs6000.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 60ff71f181b..638bdbf787b 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))) -- 2.30.2