mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix wrong name in comment.
llvm-svn: 165224
This commit is contained in:
parent
9d83695de1
commit
722d22dbb6
@ -68,8 +68,8 @@ public:
|
||||
/// attribute on it in its containing function.
|
||||
bool hasNoCaptureAttr() const;
|
||||
|
||||
/// hasSRetAttr - Return true if this argument has the sret attribute on it in
|
||||
/// its containing function.
|
||||
/// hasStructRetAttr - Return true if this argument has the sret attribute on
|
||||
/// it in its containing function.
|
||||
bool hasStructRetAttr() const;
|
||||
|
||||
/// addAttr - Add a Attribute to an argument
|
||||
|
Loading…
Reference in New Issue
Block a user