Author: lattner
Date: Thu Oct 18 11:10:17 2007
New Revision: 43128

URL: http://llvm.org/viewvc/llvm-project?rev=43128&view=rev
Log:
update comment.

Modified:
    llvm/trunk/include/llvm/PassSupport.h

Modified: llvm/trunk/include/llvm/PassSupport.h
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/PassSupport.h?rev=43128&r1=43127&r2=43128&view=diff

==============================================================================
--- llvm/trunk/include/llvm/PassSupport.h (original)
+++ llvm/trunk/include/llvm/PassSupport.h Thu Oct 18 11:10:17 2007
@@ -64,7 +64,7 @@
   ///
   const char *getPassArgument() const { return PassArgument; }
 
-  /// getTypeInfo - Return the type_info object for the pass...
+  /// getTypeInfo - Return the id object for the pass...
   /// TODO : Rename
   intptr_t getTypeInfo() const { return PassID; }
 


_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to