From 763454153fac4d7e7a1a073b0dd4100d680fb3cd Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Wed, 17 Feb 2016 19:35:47 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 3d591ae9678..16f03a4f0b1 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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 ============================================