From: Duncan Sands Date: Thu, 4 Oct 2012 13:07:26 +0000 (+0000) Subject: Fix wrong name in comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ee700cfc943f17f3521c4f04b2e3b9917b2ed1b6;p=oota-llvm.git Fix wrong name in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165224 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Argument.h b/include/llvm/Argument.h index e66075c1f23..1155b974ecd 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