mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-03 08:07:51 +00:00
Update out of date comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6070 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
806cebc562
commit
fbe3ecdb2c
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user