aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrInfo.td
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-14 16:42:16 +0000
committerDan Gohman <gohman@apple.com>2010-05-14 16:42:16 +0000
commitc0c32ae5c2eb2934d51d8edcb3d7fa4e19f50c48 (patch)
tree3dc00361585553370c2efb4c1b8d0c3eaf838203 /lib/Target/PowerPC/PPCInstrInfo.td
parent7f357ec6d2e6910121fe62aea997a9679d6b2955 (diff)
downloadexternal_llvm-c0c32ae5c2eb2934d51d8edcb3d7fa4e19f50c48.zip
external_llvm-c0c32ae5c2eb2934d51d8edcb3d7fa4e19f50c48.tar.gz
external_llvm-c0c32ae5c2eb2934d51d8edcb3d7fa4e19f50c48.tar.bz2
Don't use isBarrier for the PowerPC sync instruction. isBarrier is for
control barriers, not memory ordering barriers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrInfo.td')
-rw-r--r--lib/Target/PowerPC/PPCInstrInfo.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td
index 532a3ec..62bd169 100644
--- a/lib/Target/PowerPC/PPCInstrInfo.td
+++ b/lib/Target/PowerPC/PPCInstrInfo.td
@@ -862,7 +862,6 @@ def STFDX : XForm_28<31, 727, (outs), (ins F8RC:$frS, memrr:$dst),
[(store F8RC:$frS, xaddr:$dst)]>;
}
-let isBarrier = 1 in
def SYNC : XForm_24_sync<31, 598, (outs), (ins),
"sync", LdStSync,
[(int_ppc_sync)]>;