wrap a long line

llvm-svn: 20797
This commit is contained in:
Chris Lattner 2005-03-23 23:51:12 +00:00
parent 2a7358064e
commit 6a3f5fd623
1 changed files with 2 additions and 1 deletions

View File

@ -159,7 +159,8 @@ void GlobalsModRef::AnalyzeGlobals(Module &M) {
Readers.clear(); Writers.clear();
}
for (Module::global_iterator I = M.global_begin(), E = M.global_end(); I != E; ++I)
for (Module::global_iterator I = M.global_begin(), E = M.global_end();
I != E; ++I)
if (I->hasInternalLinkage()) {
if (!AnalyzeUsesOfGlobal(I, Readers, Writers)) {
// Remember that we are tracking this global, and the mod/ref fns