sync.md (ATOMIC): Correct DI condition.
gcc/ * config/rs6000/sync.md (ATOMIC): Correct DI condition. From-SVN: r192863
This commit is contained in:
parent
c7a918f192
commit
1f8c354b98
@ -1,3 +1,7 @@
|
||||
2012-10-26 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
* config/rs6000/sync.md (ATOMIC): Correct DI condition.
|
||||
|
||||
2012-10-26 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR debug/54970
|
||||
|
@ -174,7 +174,7 @@
|
||||
;; opcode that is "phased-in". Not implemented as of Power7, so not yet used,
|
||||
;; but let's prepare the macros anyway.
|
||||
|
||||
(define_mode_iterator ATOMIC [SI (DI "TARGET_64BIT")])
|
||||
(define_mode_iterator ATOMIC [SI (DI "TARGET_POWERPC64")])
|
||||
|
||||
(define_insn "load_locked<mode>"
|
||||
[(set (match_operand:ATOMIC 0 "gpc_reg_operand" "=r")
|
||||
|
Loading…
Reference in New Issue
Block a user