Changes in directory llvm/lib/Target/ARM:
ARMInstrThumb.td updated: 1.29 -> 1.30 --- Log message: tBcc is not a barrier. --- Diffs of the changes: (+1 -1) ARMInstrThumb.td | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/ARM/ARMInstrThumb.td diff -u llvm/lib/Target/ARM/ARMInstrThumb.td:1.29 llvm/lib/Target/ARM/ARMInstrThumb.td:1.30 --- llvm/lib/Target/ARM/ARMInstrThumb.td:1.29 Wed Jun 6 05:17:05 2007 +++ llvm/lib/Target/ARM/ARMInstrThumb.td Fri Jun 8 04:13:23 2007 @@ -222,7 +222,7 @@ } } -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)]>; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits