mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 23:37:33 +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:
parent
b2d98c2917
commit
ee700cfc94
@ -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…
x
Reference in New Issue
Block a user