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:
Akira Hatanaka 2016-02-17 19:35:47 +00:00
parent 2c7551bff2
commit 763454153f

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