sync.md (ATOMIC): Correct DI condition.

gcc/
	* config/rs6000/sync.md (ATOMIC): Correct DI condition.

From-SVN: r192863
This commit is contained in:
Segher Boessenkool 2012-10-27 00:02:41 +02:00 committed by Segher Boessenkool
parent c7a918f192
commit 1f8c354b98
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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")