summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/i386.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ca9c54098ea..80432f1e5bf 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-21 Graham Stott <grahams@btinternet.com>
+
+ PR target/12353
+ * config/i386/i386.md(ffs_no_cmove): Fix operand 2 constraint.
+
2003-09-21 Eric Botcazou <ebotcazou@libertysurf.fr>
PR target/12301
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 6fa1650f7d7..9ee1d7d6c50 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -14450,7 +14450,7 @@
(define_insn_and_split "*ffs_no_cmove"
[(set (match_operand:SI 0 "nonimmediate_operand" "=r")
(ffs:SI (match_operand:SI 1 "nonimmediate_operand" "rm")))
- (clobber (match_scratch:SI 2 "=&r"))
+ (clobber (match_scratch:SI 2 "=&q"))
(clobber (reg:CC 17))]
""
"#"