mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Mention 'notail' attribute in 3.9 release notes.
llvm-svn: 261141
This commit is contained in:
parent
fdd98d5776
commit
8d810edb22
@ -100,6 +100,12 @@ Changes to the OCaml bindings
|
|||||||
|
|
||||||
During this release ...
|
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
|
External Open Source Projects Using LLVM 3.9
|
||||||
============================================
|
============================================
|
||||||
|
Loading…
Reference in New Issue
Block a user