i386.md (*movdf_internal_nointeger): Apply "*" constraint modifier to "r".
authorUros Bizjak <uros@gcc.gnu.org>
Fri, 6 May 2011 11:32:53 +0000 (13:32 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 6 May 2011 11:32:53 +0000 (13:32 +0200)
* config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
constraint modifier to "r".

From-SVN: r173485

gcc/ChangeLog
gcc/config/i386/i386.md

index fa4a9d03bd436beb829b1cc44b40dd1e665a51dc..5a4c1cdfc998fa3ad2f9fda134429de83fc07706 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-06  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
+       constraint modifier to "r".
+
 2011-05-06  Joseph Myers  <joseph@codesourcery.com>
 
        * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle and
@@ -7,8 +12,7 @@
 
        * config/s390/s390.c (s390_asm_trampoline_template): Comment
        instruction sizes.
-       (s390_trampoline_init): Replace UNITS_PER_WORD with
-       UNITS_PER_LONG.
+       (s390_trampoline_init): Replace UNITS_PER_WORD with UNITS_PER_LONG.
 
 2011-05-06  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
 
index c5595f0a5a1e759d8940a550c37531929d7a09e5..b1fc57314a2ff5cc7b333d6245d034a87a9c9e7c 100644 (file)
   [(set (match_operand:DF 0 "nonimmediate_operand"
                        "=f,m,f,*r  ,o  ,Y2*x,Y2*x,Y2*x ,m  ")
        (match_operand:DF 1 "general_operand"
-                       "fm,f,G,*roF,*Fr,C   ,Y2*x,mY2*x,Y2*x"))]
+                       "fm,f,G,*roF,F*r,C   ,Y2*x,mY2*x,Y2*x"))]
   "!TARGET_64BIT && !(MEM_P (operands[0]) && MEM_P (operands[1]))
    && (optimize_function_for_size_p (cfun)
        || !TARGET_INTEGER_DFMODE_MOVES)