mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-02 04:39:35 +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; }
|
Function *getPrev() { return Prev; }
|
||||||
const Function *getPrev() const { return Prev; }
|
const Function *getPrev() const { return Prev; }
|
||||||
|
|
||||||
/// Get the underlying elements of the Function... both the argument list and
|
/// Get the underlying elements of the Function... the basic block list is
|
||||||
/// basic block list are empty for external functions.
|
/// empty for external functions.
|
||||||
///
|
///
|
||||||
const ArgumentListType &getArgumentList() const { return ArgumentList; }
|
const ArgumentListType &getArgumentList() const { return ArgumentList; }
|
||||||
ArgumentListType &getArgumentList() { return ArgumentList; }
|
ArgumentListType &getArgumentList() { return ArgumentList; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user