[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Local.cpp

Chris Lattner lattner at cs.uiuc.edu
Sat Mar 19 17:18:16 PST 2005



Changes in directory llvm/lib/Analysis/DataStructure:

Local.cpp updated: 1.128 -> 1.129
---
Log message:

comment cleanup


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

 Local.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Analysis/DataStructure/Local.cpp
diff -u llvm/lib/Analysis/DataStructure/Local.cpp:1.128 llvm/lib/Analysis/DataStructure/Local.cpp:1.129
--- llvm/lib/Analysis/DataStructure/Local.cpp:1.128	Sat Mar 19 16:23:45 2005
+++ llvm/lib/Analysis/DataStructure/Local.cpp	Sat Mar 19 19:18:00 2005
@@ -223,7 +223,7 @@
   // extract the actual value.
   DSNode* N;
   if (GlobalValue* GV = dyn_cast<GlobalValue>(V)) {
-    // Create a new global node for this global variable...
+    // Create a new global node for this global variable.
     N = createNode(GV->getType()->getElementType());
     N->addGlobal(GV);
   } else if (Constant *C = dyn_cast<Constant>(V)) {






More information about the llvm-commits mailing list