forked from OSchip/llvm-project
parent
06636c2beb
commit
800aaaf207
|
@ -1960,6 +1960,7 @@ bool InstCombiner::runOnFunction(Function &F) {
|
|||
|
||||
++NumConstProp;
|
||||
I->getParent()->getInstList().erase(I);
|
||||
removeFromWorkList(I);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue