diff options
author | Duncan Sands <baldrick@free.fr> | 2012-10-04 13:07:26 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2012-10-04 13:07:26 +0000 |
commit | ee700cfc943f17f3521c4f04b2e3b9917b2ed1b6 (patch) | |
tree | 0805065e515b4d53dee7ca6445063951a9c190a5 /include/llvm/Argument.h | |
parent | b2d98c29170d99fb43de0244a7f4f93a8893c208 (diff) | |
download | external_llvm-ee700cfc943f17f3521c4f04b2e3b9917b2ed1b6.zip external_llvm-ee700cfc943f17f3521c4f04b2e3b9917b2ed1b6.tar.gz external_llvm-ee700cfc943f17f3521c4f04b2e3b9917b2ed1b6.tar.bz2 |
Fix wrong name in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165224 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Argument.h')
-rw-r--r-- | include/llvm/Argument.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Argument.h b/include/llvm/Argument.h index e66075c..1155b97 100644 --- a/include/llvm/Argument.h +++ b/include/llvm/Argument.h @@ -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 |