Update properties.
authorJim Grosbach <grosbach@apple.com>
Fri, 11 Dec 2009 18:52:41 +0000 (18:52 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 11 Dec 2009 18:52:41 +0000 (18:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91140 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.td

index bb0c635d8a3a8aee7285f05f9a9fc04dab4e3df3..406264b1483910178ad7f07ea176884d44408c14 100644 (file)
@@ -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!",