mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
revert 95903.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95918 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a875fd0fdb
commit
cb419d3c6f
@ -224,10 +224,7 @@ public:
|
||||
if (I->second->use_empty())
|
||||
delete I->second;
|
||||
}
|
||||
while (!MDNodeSet.empty()) {
|
||||
MDNode *N = &(*MDNodeSet.begin());
|
||||
N->destroy();
|
||||
}
|
||||
MDNodeSet.clear();
|
||||
AlwaysOpaqueTy->dropRef();
|
||||
for (OpaqueTypesTy::iterator I = OpaqueTypes.begin(), E = OpaqueTypes.end();
|
||||
I != E; ++I) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user