mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-11 06:38:20 +00:00
Fix wrong name in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165224 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -68,8 +68,8 @@ public:
|
|||||||
/// attribute on it in its containing function.
|
/// attribute on it in its containing function.
|
||||||
bool hasNoCaptureAttr() const;
|
bool hasNoCaptureAttr() const;
|
||||||
|
|
||||||
/// hasSRetAttr - Return true if this argument has the sret attribute on it in
|
/// hasStructRetAttr - Return true if this argument has the sret attribute on
|
||||||
/// its containing function.
|
/// it in its containing function.
|
||||||
bool hasStructRetAttr() const;
|
bool hasStructRetAttr() const;
|
||||||
|
|
||||||
/// addAttr - Add a Attribute to an argument
|
/// addAttr - Add a Attribute to an argument
|
||||||
|
Reference in New Issue
Block a user