mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Whitespace - correct formatting.
llvm-svn: 61879
This commit is contained in:
parent
a254acd1d3
commit
3571fbfba8
@ -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…
x
Reference in New Issue
Block a user