From c8d069632e9a629246fbae9e9aaecc211821f88b 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. llvm-svn: 261141 --- llvm/docs/ReleaseNotes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 3d591ae9..16f03a4 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/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 ============================================ -- 2.7.4