[llvm-commits] CVS: llvm/lib/Target/ARM/ARMInstrInfo.cpp

Evan Cheng evan.cheng at apple.com
Tue Jan 30 00:03:22 PST 2007



Changes in directory llvm/lib/Target/ARM:

ARMInstrInfo.cpp updated: 1.13 -> 1.14
---
Log message:

Misseed thumb jumptable branch.

---
Diffs of the changes:  (+1 -0)

 ARMInstrInfo.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/ARM/ARMInstrInfo.cpp
diff -u llvm/lib/Target/ARM/ARMInstrInfo.cpp:1.13 llvm/lib/Target/ARM/ARMInstrInfo.cpp:1.14
--- llvm/lib/Target/ARM/ARMInstrInfo.cpp:1.13	Mon Jan 29 17:45:17 2007
+++ llvm/lib/Target/ARM/ARMInstrInfo.cpp	Tue Jan 30 02:03:06 2007
@@ -404,6 +404,7 @@
   switch (MBB.back().getOpcode()) {
   case ARM::B:
   case ARM::tB:       // Uncond branch.
+  case ARM::tBR_JTr:
   case ARM::BR_JTr:   // Jumptable branch.
   case ARM::BR_JTm:   // Jumptable branch through mem.
   case ARM::BR_JTadd: // Jumptable branch add to pc.






More information about the llvm-commits mailing list