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:
6cc7608
)
tBcc is not a barrier.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 8 Jun 2007 09:13:23 +0000
(09:13 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 8 Jun 2007 09:13:23 +0000
(09:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37516
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMInstrThumb.td
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMInstrThumb.td
b/lib/Target/ARM/ARMInstrThumb.td
index 9ea39a6e013a2daf02a38a70bb9a008e956d4fae..a1e4e24397feac5ce34cffab9668e7133a4ae10f 100644
(file)
--- a/
lib/Target/ARM/ARMInstrThumb.td
+++ b/
lib/Target/ARM/ARMInstrThumb.td
@@
-222,7
+222,7
@@
let isBranch = 1, isTerminator = 1, noResults = 1 in {
}
}
-let isBranch = 1, isTerminator = 1, noResults = 1
, isBarrier = 1
in
+let isBranch = 1, isTerminator = 1, noResults = 1 in
def tBcc : TI<(ops brtarget:$dst, ccop:$cc), "b$cc $dst",
[(ARMbrcond bb:$dst, imm:$cc)]>;