summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-12-11 18:52:41 +0000
committerJim Grosbach <grosbach@apple.com>2009-12-11 18:52:41 +0000
commit66869104dd67a5d01347c29f7499c4836c59fd0a (patch)
tree2ed46aecf9e2402978ffff8804894961dc8833d0 /lib
parentd01518630ad165e0bc7d7194abb183abfa93e0d5 (diff)
downloadexternal_llvm-66869104dd67a5d01347c29f7499c4836c59fd0a.zip
external_llvm-66869104dd67a5d01347c29f7499c4836c59fd0a.tar.gz
external_llvm-66869104dd67a5d01347c29f7499c4836c59fd0a.tar.bz2
Update properties.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91140 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/ARMInstrInfo.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td
index bb0c635..406264b 100644
--- a/lib/Target/ARM/ARMInstrInfo.td
+++ b/lib/Target/ARM/ARMInstrInfo.td
@@ -1574,7 +1574,7 @@ def MOVCCi : AI1<0b1101, (outs GPR:$dst),
//
// memory barriers protect the atomic sequences
-let isBarrier = 1, isPredicable = 0 in {
+let isPredicable = 0 in {
def Int_MemBarrierV7 : AI<(outs), (ins),
Pseudo, NoItinerary,
"dmb", "",
@@ -1596,7 +1596,7 @@ def Int_SyncBarrierV7 : AI<(outs), (ins),
}
}
-let usesCustomInserter = 1, mayLoad = 1, mayStore = 1 in {
+let usesCustomInserter = 1 in {
def ATOMIC_CMP_SWAP_I8 : PseudoInst<
(outs GPR:$dst), (ins GPR:$ptr, GPR:$old, GPR:$new), NoItinerary,
"${:comment} ATOMIC_CMP_SWAP_I8 PSEUDO!",