[llvm] r272727 - Fix list of deprecated C API attribute functions

Amaury Sechet via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 15:23:30 PDT 2016


Author: deadalnix
Date: Tue Jun 14 17:23:29 2016
New Revision: 272727

URL: http://llvm.org/viewvc/llvm-project?rev=272727&view=rev
Log:
Fix list of deprecated C API attribute functions

Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=272727&r1=272726&r2=272727&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Tue Jun 14 17:23:29 2016
@@ -58,8 +58,8 @@ Non-comprehensive list of changes in thi
   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




More information about the llvm-commits mailing list