mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-15 07:59:57 +00:00
Mention 'notail' attribute in 3.9 release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261141 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2c7551bff2
commit
763454153f
@ -100,6 +100,12 @@ Changes to the OCaml bindings
|
||||
|
||||
During this release ...
|
||||
|
||||
Support for attribute 'notail' has been added
|
||||
---------------------------------------------
|
||||
|
||||
This marker prevents optimization passes from adding 'tail' or
|
||||
'musttail' markers to a call. It is used to prevent tail call
|
||||
optimization from being performed on the call.
|
||||
|
||||
External Open Source Projects Using LLVM 3.9
|
||||
============================================
|
||||
|
Loading…
Reference in New Issue
Block a user