From: Chris Lattner Date: Wed, 26 Sep 2007 06:04:15 +0000 (+0000) Subject: we support attribute(noinline) now :) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=11d120f9c007231d064584eeaf7fe6f996a1a1de;p=oota-llvm.git we support attribute(noinline) now :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42343 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 18a739483c4..fdeb6ecde33 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -540,11 +540,11 @@ bits.

Supported: alias, always_inline, cdecl, constructor, destructor, deprecated, fastcall, format, - format_arg, non_null, noreturn, regparm + format_arg, non_null, noinline, noreturn, regparm section, stdcall, unused, used, visibility, warn_unused_result, weak
- Ignored: noinline, pure, const, nothrow, + Ignored: pure, const, nothrow, malloc, no_instrument_function