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 | 484c96bbdbeca7181d7f08cb8d5e1abd1ed0a5f1 (patch) | |
| tree | 22aa9117a20f6e638d5070b2d19273f7f761d144 /llvm | |
| parent | ac8317fd360fcb7f89e36f964d39294eb898b17e (diff) | |
| download | bcm5719-llvm-484c96bbdbeca7181d7f08cb8d5e1abd1ed0a5f1.tar.gz bcm5719-llvm-484c96bbdbeca7181d7f08cb8d5e1abd1ed0a5f1.zip | |
Fix wrong name in comment.
llvm-svn: 165224
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Argument.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Argument.h b/llvm/include/llvm/Argument.h index e66075c1f23..1155b974ecd 100644 --- a/llvm/include/llvm/Argument.h +++ b/llvm/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 |

