OSDN Git Service

* config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 May 2011 11:32:53 +0000 (11:32 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 May 2011 11:32:53 +0000 (11:32 +0000)
constraint modifier to "r".

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

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

index fa4a9d0..5a4c1cd 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 c5595f0..b1fc573 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)