mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-04 03:17:51 +00:00
Fix list of deprecated C API attribute functions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272727 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
93cdb4b527
commit
71423ee3dd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user