mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 23:18:58 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49813 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9c1e06e187
commit
e20bbc8101
@ -229,10 +229,10 @@ public:
|
||||
}
|
||||
|
||||
/// @}
|
||||
/// @name Global Variable Accessors
|
||||
/// @name Global Alias Accessors
|
||||
/// @{
|
||||
public:
|
||||
/// getNamedGlobal - Return the first global alias in the module with the
|
||||
/// getNamedAlias - Return the first global alias in the module with the
|
||||
/// specified name, of arbitrary type. This method returns null if a global
|
||||
/// with the specified name is not found.
|
||||
GlobalAlias *getNamedAlias(const std::string &Name) const;
|
||||
|
Loading…
Reference in New Issue
Block a user