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
This commit is contained in:
Jim Grosbach
2010-11-29 21:28:32 +00:00
parent d2fe8e0acd
commit d092a87ba3
6 changed files with 15 additions and 15 deletions

View File

@ -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: