diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/config/rs6000/rs6000.md | 6 |
1 files 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))) |

