PR target/12353
authorgrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Sep 2003 15:27:00 +0000 (15:27 +0000)
committergrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Sep 2003 15:27:00 +0000 (15:27 +0000)
       * config/i386/i386.md(ffs_no_cmove): Fix operand 2 constraint.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71627 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.md

index ca9c540..80432f1 100644 (file)
@@ -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
index 6fa1650..9ee1d7d 100644 (file)
 (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))]
   ""
   "#"