mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 17:32:49 +00:00
Remove a temporary test case probe in CheckForLiveRegDef.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132751 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d69f85eb41
commit
8ae3edacfa
@ -1015,7 +1015,6 @@ static void CheckForLiveRegDef(SUnit *SU, unsigned Reg,
|
||||
|
||||
// Add Reg to the set of interfering live regs.
|
||||
if (RegAdded.insert(*AliasI)) {
|
||||
assert(*AliasI == Reg && "alias clobber"); //!!!
|
||||
LRegs.push_back(*AliasI);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user