Update out of date comment
authorChris Lattner <sabre@nondot.org>
Fri, 9 May 2003 22:16:18 +0000 (22:16 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 9 May 2003 22:16:18 +0000 (22:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6070 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Function.h

index 3d6288cb518bf25abef278d03e087270a95a9449..abf381916e86c447596e84471d52e51a0114a212 100644 (file)
@@ -106,8 +106,8 @@ public:
         Function *getPrev()       { return Prev; }
   const Function *getPrev() const { return Prev; }
 
-  /// Get the underlying elements of the Function... both the argument list and
-  /// basic block list are empty for external functions.
+  /// Get the underlying elements of the Function... the basic block list is
+  /// empty for external functions.
   ///
   const ArgumentListType &getArgumentList() const { return ArgumentList; }
         ArgumentListType &getArgumentList()       { return ArgumentList; }