Commit 02d98c0d by Richard Henderson Committed by Richard Henderson

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
parent ad1032fd
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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment