From: Gabor Greif Date: Sun, 1 Mar 2009 09:45:52 +0000 (+0000) Subject: fix a comment X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1f3bd7a2ee3e866d7196aca10d334777bb99f677;p=oota-llvm.git fix a comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65768 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Function.h b/include/llvm/Function.h index 942a5f00d54..ee53252b954 100644 --- a/include/llvm/Function.h +++ b/include/llvm/Function.h @@ -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 : public SymbolTableListTraits {