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
This commit is contained in:
parent
593812b61c
commit
0be77bf246
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
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.
|
||||
|
|
|
@ -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" "")
|
||||
|
|
Loading…
Add table
Reference in a new issue