From fa543fdda1fb1769de6c5101ce8f6722501be71f Mon Sep 17 00:00:00 2001 From: Graham Stott Date: Sun, 21 Sep 2003 15:27:00 +0000 Subject: [PATCH] re PR target/12353 (ICE in copyprop_hardreg_forward_1) PR target/12353 * config/i386/i386.md(ffs_no_cmove): Fix operand 2 constraint. From-SVN: r71627 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/i386.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + PR target/12353 + * config/i386/i386.md(ffs_no_cmove): Fix operand 2 constraint. + 2003-09-21 Eric Botcazou 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))] "" "#"