Commit b7cef595 by Richard Henderson Committed by Richard Henderson

re PR target/49881 ([AVR] Inefficient stack manipulation around calls)

PR target/49881
        * config/avr/avr.md (push<MPUSH>1): Don't constrain the operand.

From-SVN: r177196
parent 20906c66
2011-08-02 Richard Henderson <rth@redhat.com>
PR target/49881
* config/avr/avr.md (push<MPUSH>1): Don't constrain the operand.
2011-08-02 Jakub Jelinek <jakub@redhat.com>
* c-parser.c (enum c_parser_prec): New enum, moved from within
......
......@@ -221,7 +221,7 @@
(SF "") (SC "")])
(define_expand "push<mode>1"
[(match_operand:MPUSH 0 "general_operand" "")]
[(match_operand:MPUSH 0 "" "")]
""
{
int i;
......
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