[llvm-commits] CVS: llvm/lib/Target/ARM/ARMInstrThumb.td

Evan Cheng evan.cheng at apple.com
Fri Jun 8 02:13:45 PDT 2007



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)]>;
 






More information about the llvm-commits mailing list