1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

wrap a long line

llvm-svn: 20797
This commit is contained in:
Chris Lattner 2005-03-23 23:51:12 +00:00
parent 78ee200153
commit be7663e15e

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