(parallel inc/dec and branch-if-zero/nonzero): Use `+' in constraint.
authorTorbjorn Granlund <tege@gnu.org>
Tue, 12 Nov 1996 14:28:45 +0000 (14:28 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Tue, 12 Nov 1996 14:28:45 +0000 (14:28 +0000)
From-SVN: r13124

gcc/config/i386/i386.md

index b06d9b8..210e479 100644 (file)
 
 (define_insn ""
   [(set (pc)
-       (if_then_else (ne (match_operand:SI 0 "general_operand" "g")
+       (if_then_else (ne (match_operand:SI 0 "general_operand" "+g")
                          (const_int 0))
                      (label_ref (match_operand 1 "" ""))
                      (pc)))
 
 (define_insn ""
   [(set (pc)
-       (if_then_else (eq (match_operand:SI 0 "general_operand" "g")
+       (if_then_else (eq (match_operand:SI 0 "general_operand" "+g")
                          (const_int 0))
                      (label_ref (match_operand 1 "" ""))
                      (pc)))
 
 (define_insn ""
   [(set (pc)
-       (if_then_else (ne (match_operand:SI 0 "general_operand" "g")
+       (if_then_else (ne (match_operand:SI 0 "general_operand" "+g")
                          (const_int 1))
                      (label_ref (match_operand 1 "" ""))
                      (pc)))
 
 (define_insn ""
   [(set (pc)
-       (if_then_else (eq (match_operand:SI 0 "general_operand" "g")
+       (if_then_else (eq (match_operand:SI 0 "general_operand" "+g")
                          (const_int 1))
                      (label_ref (match_operand 1 "" ""))
                      (pc)))
 
 (define_insn ""
   [(set (pc)
-       (if_then_else (ne (match_operand:SI 0 "general_operand" "g")
+       (if_then_else (ne (match_operand:SI 0 "general_operand" "+g")
                          (const_int -1))
                      (label_ref (match_operand 1 "" ""))
                      (pc)))
 
 (define_insn ""
   [(set (pc)
-       (if_then_else (eq (match_operand:SI 0 "general_operand" "g")
+       (if_then_else (eq (match_operand:SI 0 "general_operand" "+g")
                          (const_int -1))
                      (label_ref (match_operand 1 "" ""))
                      (pc)))