Rename t2 TBB and TBH instructions to reference that they encode the jump table
data. Next up, pseudo-izing them.
llvm-svn: 120320
diff --git a/llvm/utils/TableGen/ARMDecoderEmitter.cpp b/llvm/utils/TableGen/ARMDecoderEmitter.cpp
index 60a31a2..f5d4eb0 100644
--- a/llvm/utils/TableGen/ARMDecoderEmitter.cpp
+++ b/llvm/utils/TableGen/ARMDecoderEmitter.cpp
@@ -1719,7 +1719,7 @@
return false;
// Ignore t2TBB, t2TBH and prefer the generic t2TBBgen, t2TBHgen.
- if (Name == "t2TBB" || Name == "t2TBH")
+ if (Name == "t2TBB_JT" || Name == "t2TBH_JT")
return false;
// Resolve conflicts: