From 11d120f9c007231d064584eeaf7fe6f996a1a1de Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 26 Sep 2007 06:04:15 +0000 Subject: [PATCH] we support attribute(noinline) now :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42343 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1