[llvm-commits] [llvm] r43128 -	/llvm/trunk/include/llvm/PassSupport.h
    Chris Lattner 
    sabre at nondot.org
       
    Thu Oct 18 09:10:18 PDT 2007
    
    
  
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; }
 
    
    
More information about the llvm-commits
mailing list