mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
Disable the assertion again. Looks like fastisel is still generating bad kill markers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144804 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
23f220705a
commit
14117c4477
@ -502,7 +502,8 @@ MachineInstr *findLocalKill(unsigned Reg, MachineBasicBlock *MBB,
|
||||
continue;
|
||||
if (!UI.getOperand().isKill())
|
||||
return 0;
|
||||
assert(!KillMI && "More than one local kills?");
|
||||
if (KillMI)
|
||||
return 0; // -O0 kill markers cannot be trusted?
|
||||
KillMI = UseMI;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user