Add missing 'break'.

llvm-svn: 137941
This commit is contained in:
Jim Grosbach 2011-08-18 16:08:39 +00:00
parent 6137b627ab
commit 6ddb568ab8
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}