projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d015186
)
Update properties.
author
Jim Grosbach
<grosbach@apple.com>
Fri, 11 Dec 2009 18:52:41 +0000
(18:52 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMInstrInfo.td
b/lib/Target/ARM/ARMInstrInfo.td
index bb0c635d8a3a8aee7285f05f9a9fc04dab4e3df3..406264b1483910178ad7f07ea176884d44408c14 100644
(file)
--- 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 is
Barrier = 1, is
Predicable = 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!",