mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-17 18:10:31 +00:00
Fix whitespaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81468 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
169e1b0ed6
commit
fa82441868
@ -203,15 +203,15 @@ public:
|
||||
AggZeroConstants.freeConstants();
|
||||
NullPtrConstants.freeConstants();
|
||||
UndefValueConstants.freeConstants();
|
||||
for (FoldingSet<MDNode>::iterator I=MDNodeSet.begin(),
|
||||
E =MDNodeSet.end(); I != E; ++I)
|
||||
for (FoldingSet<MDNode>::iterator I = MDNodeSet.begin(),
|
||||
E = MDNodeSet.end(); I != E; ++I)
|
||||
I->dropAllReferences();
|
||||
for (IntMapTy::iterator I=IntConstants.begin(), E=IntConstants.end();
|
||||
for (IntMapTy::iterator I = IntConstants.begin(), E = IntConstants.end();
|
||||
I != E; ++I) {
|
||||
if (I->second->use_empty())
|
||||
delete I->second;
|
||||
}
|
||||
for (FPMapTy::iterator I=FPConstants.begin(), E=FPConstants.end();
|
||||
for (FPMapTy::iterator I = FPConstants.begin(), E = FPConstants.end();
|
||||
I != E; ++I) {
|
||||
if (I->second->use_empty())
|
||||
delete I->second;
|
||||
|
Loading…
Reference in New Issue
Block a user