summaryrefslogtreecommitdiff
path: root/gcc/config/i386/i386.md
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1996-11-12 14:28:45 +0000
committerTorbjorn Granlund <tege@gnu.org>1996-11-12 14:28:45 +0000
commitc346547a9dbeed1bc90357b467b401553d525631 (patch)
tree8c10dcf059edc43c1f9a8b252a9e9607771f7c3c /gcc/config/i386/i386.md
parent4ff1de03de057259f60ef42c9cc233363ba48df4 (diff)
downloadgcc-c346547a9dbeed1bc90357b467b401553d525631.tar.gz
(parallel inc/dec and branch-if-zero/nonzero): Use `+' in constraint.
From-SVN: r13124
Diffstat (limited to 'gcc/config/i386/i386.md')
-rw-r--r--gcc/config/i386/i386.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index b06d9b8888e..210e479b547 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -5739,7 +5739,7 @@
(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)))
@@ -5756,7 +5756,7 @@
(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)))
@@ -5773,7 +5773,7 @@
(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)))
@@ -5790,7 +5790,7 @@
(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)))
@@ -5807,7 +5807,7 @@
(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)))
@@ -5824,7 +5824,7 @@
(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)))