forked from OSchip/llvm-project
parent
97840a396b
commit
93056ec4e2
|
@ -203,6 +203,9 @@ public:
|
|||
AggZeroConstants.freeConstants();
|
||||
NullPtrConstants.freeConstants();
|
||||
UndefValueConstants.freeConstants();
|
||||
for (FoldingSet<MDNode>::iterator I=MDNodeSet.begin(),
|
||||
E =MDNodeSet.end(); I != E; ++I)
|
||||
I->dropAllReferences();
|
||||
for (IntMapTy::iterator I=IntConstants.begin(), E=IntConstants.end();
|
||||
I != E; ++I) {
|
||||
if (I->second->use_empty())
|
||||
|
|
Loading…
Reference in New Issue