mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-04 00:31:54 +00:00
Fix list of deprecated C API attribute functions
llvm-svn: 272727
This commit is contained in:
parent
d812abc103
commit
a5ee0e6dc4
@ -58,8 +58,8 @@ Non-comprehensive list of changes in this release
|
|||||||
the new LLVMAttributeRef API. The deprecated functions are
|
the new LLVMAttributeRef API. The deprecated functions are
|
||||||
LLVMAddFunctionAttr, LLVMAddTargetDependentFunctionAttr,
|
LLVMAddFunctionAttr, LLVMAddTargetDependentFunctionAttr,
|
||||||
LLVMRemoveFunctionAttr, LLVMGetFunctionAttr, LLVMAddAttribute,
|
LLVMRemoveFunctionAttr, LLVMGetFunctionAttr, LLVMAddAttribute,
|
||||||
LLVMRemoveAttribute, LLVMGetAttribute, LLVMAddInstrAttribute and
|
LLVMRemoveAttribute, LLVMGetAttribute, LLVMAddInstrAttribute,
|
||||||
LLVMRemoveInstrAttribute.
|
LLVMRemoveInstrAttribute and LLVMSetInstrParamAlignment.
|
||||||
|
|
||||||
* ``TargetFrameLowering::eliminateCallFramePseudoInstr`` now returns an
|
* ``TargetFrameLowering::eliminateCallFramePseudoInstr`` now returns an
|
||||||
iterator to the next instruction instead of ``void``. Targets that previously
|
iterator to the next instruction instead of ``void``. Targets that previously
|
||||||
|
Loading…
x
Reference in New Issue
Block a user