summaryrefslogtreecommitdiff
path: root/utils/TableGen/ARMDecoderEmitter.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-11-29 21:28:32 +0000
committerJim Grosbach <grosbach@apple.com>2010-11-29 21:28:32 +0000
commitd092a87ba3f905a6801a0bdf816267329cf0391c (patch)
tree9df8e6bb8207d45b73b59acaa5b345bd0c172491 /utils/TableGen/ARMDecoderEmitter.cpp
parentd2fe8e0acdd8076c5d6858a4c7e7b973c3feb420 (diff)
downloadllvm-d092a87ba3f905a6801a0bdf816267329cf0391c.tar.gz
llvm-d092a87ba3f905a6801a0bdf816267329cf0391c.tar.bz2
llvm-d092a87ba3f905a6801a0bdf816267329cf0391c.tar.xz
Rename t2 TBB and TBH instructions to reference that they encode the jump table
data. Next up, pseudo-izing them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120320 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/ARMDecoderEmitter.cpp')
-rw-r--r--utils/TableGen/ARMDecoderEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/ARMDecoderEmitter.cpp b/utils/TableGen/ARMDecoderEmitter.cpp
index 60a31a2b3a..f5d4eb08fe 100644
--- a/utils/TableGen/ARMDecoderEmitter.cpp
+++ b/utils/TableGen/ARMDecoderEmitter.cpp
@@ -1719,7 +1719,7 @@ bool ARMDecoderEmitter::ARMDEBackend::populateInstruction(
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: