]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/12353 (ICE in copyprop_hardreg_forward_1)
authorGraham Stott <grahams@btinternet.com>
Sun, 21 Sep 2003 15:27:00 +0000 (15:27 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Sun, 21 Sep 2003 15:27:00 +0000 (15:27 +0000)
       PR target/12353
       * config/i386/i386.md(ffs_no_cmove): Fix operand 2 constraint.

From-SVN: r71627

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

index ca9c54098ea5980b35aee37077c341e9a9467b67..80432f1e5bfdb79dd0f75801768aa656d94c7bc6 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 6fa1650f7d773b19c6ee6345ddfb23c12a6eaa45..9ee1d7d6c50b8c081439b215dcae6264da9740c4 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))]
   ""
   "#"