Commit 1f8c354b by Segher Boessenkool Committed by Segher Boessenkool

sync.md (ATOMIC): Correct DI condition.

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

From-SVN: r192863
parent c7a918f1
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> 2012-10-26 Jakub Jelinek <jakub@redhat.com>
PR debug/54970 PR debug/54970
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
;; opcode that is "phased-in". Not implemented as of Power7, so not yet used, ;; opcode that is "phased-in". Not implemented as of Power7, so not yet used,
;; but let's prepare the macros anyway. ;; 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>" (define_insn "load_locked<mode>"
[(set (match_operand:ATOMIC 0 "gpc_reg_operand" "=r") [(set (match_operand:ATOMIC 0 "gpc_reg_operand" "=r")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment