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. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits