diff --git a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index f89968f670bc..44c7a0a8d61c 100644 --- a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp @@ -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; } }