aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/rs6000.md
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2009-03-28 23:27:14 +0000
committerBen Elliston <bje@gcc.gnu.org>2009-03-29 10:27:14 +1100
commit0be77bf2469a8d0a2130d3b668a297aa2c0fa21e (patch)
tree6e1fa88618d6c297c63f1e3a8faf465ab15c8da8 /gcc/config/rs6000/rs6000.md
parent593812b61c2caa717fa2b85082fe1864e645641c (diff)
downloadgcc-0be77bf2469a8d0a2130d3b668a297aa2c0fa21e.zip
gcc-0be77bf2469a8d0a2130d3b668a297aa2c0fa21e.tar.gz
gcc-0be77bf2469a8d0a2130d3b668a297aa2c0fa21e.tar.bz2
re PR target/30451 (incorrect attributes in *movti_ppc64 of rs6000.md)
PR target/30451 * config/rs6000/rs6000.md (*movti_ppc64): Correct the order of load and store attributes. From-SVN: r145213
Diffstat (limited to 'gcc/config/rs6000/rs6000.md')
-rw-r--r--gcc/config/rs6000/rs6000.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 5290e2b..e7daff1 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -9278,7 +9278,7 @@
"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" "")