mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Fix bug in previous checkin
llvm-svn: 8922
This commit is contained in:
parent
bbebc106ee
commit
edb06ce061
@ -1960,6 +1960,7 @@ bool InstCombiner::runOnFunction(Function &F) {
|
||||
|
||||
++NumConstProp;
|
||||
I->getParent()->getInstList().erase(I);
|
||||
removeFromWorkList(I);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user