From: Chris Lattner Date: Fri, 9 May 2003 22:16:18 +0000 (+0000) Subject: Update out of date comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fbe3ecdb2cabae81525db3ad8d2d88d584b73fb2;p=oota-llvm.git Update out of date comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6070 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Function.h b/include/llvm/Function.h index 3d6288cb518..abf381916e8 100644 --- a/include/llvm/Function.h +++ b/include/llvm/Function.h @@ -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; }