mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 01:24:30 +00:00
Forgot to add a break statement.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191715 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -125,6 +125,7 @@ FixupLEAPass::postRAConvertToLEA(MachineFunction::iterator &MFI,
|
|||||||
// which requires isImm() to be true
|
// which requires isImm() to be true
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case X86::ADD16rr:
|
case X86::ADD16rr:
|
||||||
case X86::ADD16rr_DB:
|
case X86::ADD16rr_DB:
|
||||||
if (MI->getOperand(1).getReg() != MI->getOperand(2).getReg()) {
|
if (MI->getOperand(1).getReg() != MI->getOperand(2).getReg()) {
|
||||||
|
Reference in New Issue
Block a user