tBcc is not a barrier.

llvm-svn: 37516
This commit is contained in:
Evan Cheng 2007-06-08 09:13:23 +00:00
parent dc8fc1550e
commit f62a5afb98
1 changed files with 1 additions and 1 deletions

View File

@ -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", def tBcc : TI<(ops brtarget:$dst, ccop:$cc), "b$cc $dst",
[(ARMbrcond bb:$dst, imm:$cc)]>; [(ARMbrcond bb:$dst, imm:$cc)]>;