forked from OSchip/llvm-project
parent
6137b627ab
commit
6ddb568ab8
|
@ -3039,6 +3039,7 @@ processInstruction(MCInst &Inst,
|
|||
// If the conditional is AL, we really want tB.
|
||||
if (Inst.getOperand(1).getImm() == ARMCC::AL)
|
||||
Inst.setOpcode(ARM::tB);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue