mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Whitespace - correct formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61879 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b0cea8ff39
commit
177d84e048
@ -2371,8 +2371,8 @@ bool GlobalOpt::OptimizeGlobalCtorsList(GlobalVariable *&GCL) {
|
||||
bool GlobalOpt::ResolveAliases(Module &M) {
|
||||
bool Changed = false;
|
||||
|
||||
for (Module::alias_iterator I = M.alias_begin(),
|
||||
E = M.alias_end(); I != E; ++I) {
|
||||
for (Module::alias_iterator I = M.alias_begin(), E = M.alias_end();
|
||||
I != E; ++I) {
|
||||
if (I->use_empty())
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user