fix a comment

llvm-svn: 65768
This commit is contained in:
Gabor Greif 2009-03-01 09:45:52 +00:00
parent 9b3fe3d625
commit 9849b23219

View File

@ -28,7 +28,7 @@ namespace llvm {
class FunctionType;
// Traits for intrusive list of instructions...
// Traits for intrusive list of basic blocks...
template<> struct ilist_traits<BasicBlock>
: public SymbolTableListTraits<BasicBlock, Function> {