Mention 'notail' attribute in 3.9 release notes.

llvm-svn: 261141
This commit is contained in:
Akira Hatanaka 2016-02-17 19:35:47 +00:00
parent 88e76cad16
commit c8d069632e
1 changed files with 6 additions and 0 deletions

View File

@ -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
============================================