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
This commit is contained in:
Richard Henderson 2011-08-02 10:38:16 -07:00 committed by Richard Henderson
parent 20906c66f2
commit b7cef5958d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -221,7 +221,7 @@
(SF "") (SC "")])
(define_expand "push<mode>1"
[(match_operand:MPUSH 0 "general_operand" "")]
[(match_operand:MPUSH 0 "" "")]
""
{
int i;