OSDN Git Service

PR target/49881
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Aug 2011 17:38:16 +0000 (17:38 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Aug 2011 17:38:16 +0000 (17:38 +0000)
        * config/avr/avr.md (push<MPUSH>1): Don't constrain the operand.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177196 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/avr/avr.md

index 18e0107..3772021 100644 (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
 2011-08-02  Jakub Jelinek  <jakub@redhat.com>
 
        * c-parser.c (enum c_parser_prec): New enum, moved from within
index f60f9f0..b8560df 100644 (file)
    (SF "") (SC "")])
 
 (define_expand "push<mode>1"
    (SF "") (SC "")])
 
 (define_expand "push<mode>1"
-  [(match_operand:MPUSH 0 "general_operand" "")]
+  [(match_operand:MPUSH 0 "" "")]
   ""
 {
   int i;
   ""
 {
   int i;