re PR target/21100 (ICE: unrecognizable insn for -march=pentium-mmx)

PR target/21100
        * config/i386/mmx.md (push<MMXMODE>1): Fix predicate thinko.

From-SVN: r98468
This commit is contained in:
Richard Henderson 2005-04-20 12:56:15 -07:00 committed by Richard Henderson
parent ad1032fd92
commit 02d98c0d63
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-04-20 Richard Henderson <rth@redhat.com>
PR target/21100
* config/i386/mmx.md (push<MMXMODE>1): Fix predicate thinko.
2005-04-20 Jeff Law <law@redhat.com>
* reload1.c (reload): Ignore equivalences between pseudos and

View File

@ -177,7 +177,7 @@
(define_expand "push<mode>1"
[(match_operand:MMXMODE 0 "register_operand" "")]
"TARGET_SSE"
"TARGET_MMX"
{
ix86_expand_push (<MODE>mode, operands[0]);
DONE;