mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-17 21:32:04 +00:00
Make sure to remove the Select instruction as well
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16389 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3795bc9785
commit
afbb1ccd2f
@ -247,6 +247,7 @@ void PromoteMem2Reg::run() {
|
||||
AST->copyValue(Load, FalseVal);
|
||||
AST->copyValue(Load, NewSI);
|
||||
AST->deleteValue(Load);
|
||||
AST->deleteValue(SI);
|
||||
}
|
||||
|
||||
Load->replaceAllUsesWith(NewSI);
|
||||
|
Loading…
x
Reference in New Issue
Block a user