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:
parent
ad1032fd92
commit
02d98c0d63
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user