summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/docs/ReleaseNotes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 654ad5d365b..54f2d530b1e 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/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
OpenPOWER on IntegriCloud