aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-06-08 09:13:23 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-06-08 09:13:23 +0000
commitf81dea45b574e8c6505e330d602c27add9358b88 (patch)
tree9ab51fc93d40d3bb80511ab29a3a278b634c88b4
parent6cc7608213cc69ddeb0a25df360bbbe13a5c069d (diff)
tBcc is not a barrier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37516 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMInstrThumb.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrThumb.td b/lib/Target/ARM/ARMInstrThumb.td
index 9ea39a6e01..a1e4e24397 100644
--- 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)]>;