mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Add missing break.
llvm-svn: 114048
This commit is contained in:
parent
c63e8b4d2d
commit
b85d2897d5
@ -638,6 +638,7 @@ bool ARMExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) {
|
||||
.addReg(OddSrc, getKillRegState(SrcIsKill)));
|
||||
TransferImpOps(MI, Even, Odd);
|
||||
MI.eraseFromParent();
|
||||
break;
|
||||
}
|
||||
|
||||
case ARM::VLDMQ: {
|
||||
|
Loading…
Reference in New Issue
Block a user