sync.md (ATOMIC): Correct DI condition.
authorSegher Boessenkool <segher@kernel.crashing.org>
Fri, 26 Oct 2012 22:02:41 +0000 (00:02 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Fri, 26 Oct 2012 22:02:41 +0000 (00:02 +0200)
gcc/
* config/rs6000/sync.md (ATOMIC): Correct DI condition.

From-SVN: r192863

gcc/ChangeLog
gcc/config/rs6000/sync.md

index 7a048726de395980620491177e1e880d26360534..1668c54a9b448d7819b2210cc858504734ee6a4d 100644 (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
index 42ac90373e59bb4782fd8b4b2da2b74ca6f4dd9d..ddf2ae7494509f6c412e4d7d4dc09d3e2ceb16a2 100644 (file)
 ;; 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")