From: Segher Boessenkool Date: Fri, 26 Oct 2012 22:02:41 +0000 (+0200) Subject: sync.md (ATOMIC): Correct DI condition. X-Git-Tag: releases/gcc-4.8.0~2511 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f8c354b9857de87d28f96424d90b09a2503adcf;p=thirdparty%2Fgcc.git sync.md (ATOMIC): Correct DI condition. gcc/ * config/rs6000/sync.md (ATOMIC): Correct DI condition. From-SVN: r192863 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7a048726de39..1668c54a9b44 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-10-26 Segher Boessenkool + + * config/rs6000/sync.md (ATOMIC): Correct DI condition. + 2012-10-26 Jakub Jelinek PR debug/54970 diff --git a/gcc/config/rs6000/sync.md b/gcc/config/rs6000/sync.md index 42ac90373e59..ddf2ae749450 100644 --- a/gcc/config/rs6000/sync.md +++ b/gcc/config/rs6000/sync.md @@ -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" [(set (match_operand:ATOMIC 0 "gpc_reg_operand" "=r")