Fix list of deprecated C API attribute functions

llvm-svn: 272727
This commit is contained in:
Amaury Sechet 2016-06-14 22:23:29 +00:00
parent dca553d021
commit 76c78a057a

View 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