mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-05 10:17:37 +00:00
tBcc is not a barrier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37516 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6cc7608213
commit
f81dea45b5
@ -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)]>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user