mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77457 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c7364243e3
commit
efbf178082
@ -388,7 +388,7 @@ public:
|
||||
alias_iterator alias_end () { return AliasList.end(); }
|
||||
/// Get a constant iterator to the last alias.
|
||||
const_alias_iterator alias_end () const { return AliasList.end(); }
|
||||
/// Determine how many functions are in the Module's list of aliases.
|
||||
/// Determine how many aliases are in the Module's list of aliases.
|
||||
size_t alias_size () const { return AliasList.size(); }
|
||||
/// Determine if the list of aliases is empty.
|
||||
bool alias_empty() const { return AliasList.empty(); }
|
||||
|
Loading…
Reference in New Issue
Block a user