mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-20 10:24:12 +00:00
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:
@ -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:
|
||||
|
Reference in New Issue
Block a user