[llvm-commits] [llvm] r65768 - /llvm/trunk/include/llvm/Function.h

Gabor Greif ggreif at gmail.com
Sun Mar 1 01:45:52 PST 2009


Author: ggreif
Date: Sun Mar  1 03:45:52 2009
New Revision: 65768

URL: http://llvm.org/viewvc/llvm-project?rev=65768&view=rev
Log:
fix a comment

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

Modified: llvm/trunk/include/llvm/Function.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Function.h?rev=65768&r1=65767&r2=65768&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Function.h (original)
+++ llvm/trunk/include/llvm/Function.h Sun Mar  1 03:45:52 2009
@@ -28,7 +28,7 @@
 
 class FunctionType;
 
-// Traits for intrusive list of instructions...
+// Traits for intrusive list of basic blocks...
 template<> struct ilist_traits<BasicBlock>
   : public SymbolTableListTraits<BasicBlock, Function> {
 





More information about the llvm-commits mailing list