mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
80-col fixup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166050 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
272ea03239
commit
59de622e8f
@ -118,7 +118,8 @@ bool DCE::runOnFunction(Function &F) {
|
||||
I->eraseFromParent();
|
||||
|
||||
// Remove the instruction from the worklist if it still exists in it.
|
||||
WorkList.erase(std::remove(WorkList.begin(), WorkList.end(), I), WorkList.end());
|
||||
WorkList.erase(std::remove(WorkList.begin(), WorkList.end(), I),
|
||||
WorkList.end());
|
||||
|
||||
MadeChange = true;
|
||||
++DCEEliminated;
|
||||
|
Loading…
Reference in New Issue
Block a user