From: Richard Kenner Date: Tue, 13 Jun 1995 23:10:10 +0000 (-0400) Subject: (decrement_and_branch): Finish last fix; update matching constraint. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf25501330da50ddf1d76e01a4550ab473343d33;p=gcc.git (decrement_and_branch): Finish last fix; update matching constraint. From-SVN: r9940 --- 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)))