diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-10-14 03:58:29 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-10-14 03:58:29 +0000 |
commit | da3f9d8edc5b3e0a3e0b94257c63e24215a85653 (patch) | |
tree | 876493920590f19f28baa2b43023c0dda88afe3b /include/llvm-c | |
parent | db55fc9dd8f6ede9b5337ba1f1d7cf0adfb1cc1a (diff) | |
download | external_llvm-da3f9d8edc5b3e0a3e0b94257c63e24215a85653.zip external_llvm-da3f9d8edc5b3e0a3e0b94257c63e24215a85653.tar.gz external_llvm-da3f9d8edc5b3e0a3e0b94257c63e24215a85653.tar.bz2 |
Use builder to create alignment attributes. Remove dead function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165890 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r-- | include/llvm-c/Core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 8cf03c2..badc70b 100644 --- a/include/llvm-c/Core.h +++ b/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::Attributes::constructAlignmentFromInt() + * @see llvm::Attributes::Builder::addAlignmentAttr() */ void LLVMSetParamAlignment(LLVMValueRef Arg, unsigned align); |