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

Nick Lewycky nicholas at mxc.ca
Sun May 6 06:38:20 PDT 2007



Changes in directory llvm/lib/Analysis/IPA:

Andersens.cpp updated: 1.49 -> 1.50
---
Log message:

Fix typo in comment.


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

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


Index: llvm/lib/Analysis/IPA/Andersens.cpp
diff -u llvm/lib/Analysis/IPA/Andersens.cpp:1.49 llvm/lib/Analysis/IPA/Andersens.cpp:1.50
--- llvm/lib/Analysis/IPA/Andersens.cpp:1.49	Wed May  2 20:11:53 2007
+++ llvm/lib/Analysis/IPA/Andersens.cpp	Sun May  6 08:37:16 2007
@@ -85,7 +85,7 @@
       std::vector<Node*> Pointees;
       Value *Val;
     public:
-      static const unsigned ID; // Pass identifcation, replacement for typeid
+      static const unsigned ID; // Pass identification, replacement for typeid
       Node() : Val(0) {}
       Node *setValue(Value *V) {
         assert(Val == 0 && "Value already set for this node!");






More information about the llvm-commits mailing list