mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Missed a break statement.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59231 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
148cad8b30
commit
67fd91f3df
@ -1175,6 +1175,7 @@ void ARMCodeEmitter::emitVFPConversionInstruction(const MachineInstr &MI) {
|
||||
case ARMII::VFPConv1Frm:
|
||||
// Encode Dm / Sm.
|
||||
Binary |= encodeVFPRm(MI, 1);
|
||||
break;
|
||||
case ARMII::VFPConv2Frm:
|
||||
case ARMII::VFPConv3Frm:
|
||||
// Encode Dn / Sn.
|
||||
|
Loading…
Reference in New Issue
Block a user