[llvm-commits] [llvm] r165224 - /llvm/trunk/include/llvm/Argument.h

Duncan Sands baldrick at free.fr
Thu Oct 4 06:07:27 PDT 2012


Author: baldrick
Date: Thu Oct  4 08:07:26 2012
New Revision: 165224

URL: http://llvm.org/viewvc/llvm-project?rev=165224&view=rev
Log:
Fix wrong name in comment.

Modified:
    llvm/trunk/include/llvm/Argument.h

Modified: llvm/trunk/include/llvm/Argument.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Argument.h?rev=165224&r1=165223&r2=165224&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Argument.h (original)
+++ llvm/trunk/include/llvm/Argument.h Thu Oct  4 08:07:26 2012
@@ -68,8 +68,8 @@
   /// 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





More information about the llvm-commits mailing list