From: Amaury Sechet Date: Tue, 14 Jun 2016 22:23:29 +0000 (+0000) Subject: Fix list of deprecated C API attribute functions X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71423ee3ddce4df16112985fe9425884978434d4;p=llvm Fix list of deprecated C API attribute functions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272727 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 654ad5d365b..54f2d530b1e 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -58,8 +58,8 @@ Non-comprehensive list of changes in this release the new LLVMAttributeRef API. The deprecated functions are LLVMAddFunctionAttr, LLVMAddTargetDependentFunctionAttr, LLVMRemoveFunctionAttr, LLVMGetFunctionAttr, LLVMAddAttribute, - LLVMRemoveAttribute, LLVMGetAttribute, LLVMAddInstrAttribute and - LLVMRemoveInstrAttribute. + LLVMRemoveAttribute, LLVMGetAttribute, LLVMAddInstrAttribute, + LLVMRemoveInstrAttribute and LLVMSetInstrParamAlignment. * ``TargetFrameLowering::eliminateCallFramePseudoInstr`` now returns an iterator to the next instruction instead of ``void``. Targets that previously