diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-10-08 23:51:19 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-10-08 23:51:19 +0000 |
commit | 7cf8f3c9c2c4da3f479de586dd0ded8563f4487c (patch) | |
tree | 3ff0c2a589c16e93f533819bff5b235979f189a0 /llvm/include/llvm-c/Core.h | |
parent | 13d4dfd3f22809964181708cd67231269e40eb55 (diff) | |
download | bcm5719-llvm-7cf8f3c9c2c4da3f479de586dd0ded8563f4487c.tar.gz bcm5719-llvm-7cf8f3c9c2c4da3f479de586dd0ded8563f4487c.zip |
Update comment.
llvm-svn: 165461
Diffstat (limited to 'llvm/include/llvm-c/Core.h')
-rw-r--r-- | llvm/include/llvm-c/Core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index 4d3374958b5..8cf03c268cd 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -1803,7 +1803,7 @@ LLVMAttribute LLVMGetAttribute(LLVMValueRef Arg); * 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); |