]> granicus.if.org Git - llvm/commitdiff
Fix list of deprecated C API attribute functions
authorAmaury Sechet <deadalnix@gmail.com>
Tue, 14 Jun 2016 22:23:29 +0000 (22:23 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Tue, 14 Jun 2016 22:23:29 +0000 (22:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272727 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 654ad5d365b0e138188257aa8e2be57066624e4c..54f2d530b1e7d80ae24ca21d480ea307393ad2be 100644 (file)
@@ -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