[llvm-commits] CVS: llvm/lib/Analysis/IPA/GlobalsModRef.cpp

Chris Lattner lattner at cs.uiuc.edu
Wed Mar 23 15:51:26 PST 2005



Changes in directory llvm/lib/Analysis/IPA:

GlobalsModRef.cpp updated: 1.12 -> 1.13
---
Log message:

wrap a long line


---
Diffs of the changes:  (+2 -1)

 GlobalsModRef.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/lib/Analysis/IPA/GlobalsModRef.cpp
diff -u llvm/lib/Analysis/IPA/GlobalsModRef.cpp:1.12 llvm/lib/Analysis/IPA/GlobalsModRef.cpp:1.13
--- llvm/lib/Analysis/IPA/GlobalsModRef.cpp:1.12	Wed Mar 23 17:49:47 2005
+++ llvm/lib/Analysis/IPA/GlobalsModRef.cpp	Wed Mar 23 17:51:12 2005
@@ -159,7 +159,8 @@
       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






More information about the llvm-commits mailing list