From 71423ee3ddce4df16112985fe9425884978434d4 Mon Sep 17 00:00:00 2001 From: Amaury Sechet Date: Tue, 14 Jun 2016 22:23:29 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1