[llvm-commits] [llvm] r165461 - /llvm/trunk/include/llvm-c/Core.h
Bill Wendling
isanbard at gmail.com
Mon Oct 8 16:51:20 PDT 2012
Author: void
Date: Mon Oct 8 18:51:19 2012
New Revision: 165461
URL: http://llvm.org/viewvc/llvm-project?rev=165461&view=rev
Log:
Update comment.
Modified:
llvm/trunk/include/llvm-c/Core.h
Modified: llvm/trunk/include/llvm-c/Core.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/Core.h?rev=165461&r1=165460&r2=165461&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/Core.h (original)
+++ llvm/trunk/include/llvm-c/Core.h Mon Oct 8 18:51:19 2012
@@ -1803,7 +1803,7 @@
* Set the alignment for a function parameter.
*
* @see llvm::Argument::addAttr()
- * @see llvm::Attribute::constructAlignmentFromInt()
+ * @see llvm::Attributes::constructAlignmentFromInt()
*/
void LLVMSetParamAlignment(LLVMValueRef Arg, unsigned align);
More information about the llvm-commits
mailing list