re PR target/30451 (incorrect attributes in *movti_ppc64 of rs6000.md)
authorBen Elliston <bje@au.ibm.com>
Sat, 28 Mar 2009 23:27:14 +0000 (23:27 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Sat, 28 Mar 2009 23:27:14 +0000 (10:27 +1100)
PR target/30451
* config/rs6000/rs6000.md (*movti_ppc64): Correct the order of
load and store attributes.

From-SVN: r145213

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index ca76ef6..955b7e8 100644 (file)
@@ -1,5 +1,11 @@
 2009-03-29  Ben Elliston  <bje@au.ibm.com>
 
+       PR target/30451
+       * config/rs6000/rs6000.md (*movti_ppc64): Correct the order of
+       load and store attributes.
+
+2009-03-29  Ben Elliston  <bje@au.ibm.com>
+
        * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_HUGE_VALQ.
        (ix86_init_builtins): Add built-in function __builtin_huge_valq.
        (ix86_expand_builtin): Handle IX86_BUILTIN_HUGE_VALQ.
index 5290e2b..e7daff1 100644 (file)
   "TARGET_POWERPC64 && (gpc_reg_operand (operands[0], TImode)
    || gpc_reg_operand (operands[1], TImode))"
   "#"
-  [(set_attr "type" "*,load,store")])
+  [(set_attr "type" "*,store,load")])
 
 (define_split
   [(set (match_operand:TI 0 "gpc_reg_operand" "")