mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 07:31:47 +00:00
We might as well delete the known-dead global sooner rather than later since
we know it is dead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16855 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6a134dedf6
commit
e40e2d1a71
@ -316,6 +316,8 @@ static GlobalVariable *SRAGlobal(GlobalVariable *GV) {
|
||||
CE->destroyConstant();
|
||||
}
|
||||
|
||||
// Delete the old global, now that it is dead.
|
||||
Globals.erase(GV);
|
||||
++NumSRA;
|
||||
return NewGlobals[0];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user