aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-09-26 06:04:15 +0000
committerChris Lattner <sabre@nondot.org>2007-09-26 06:04:15 +0000
commit11d120f9c007231d064584eeaf7fe6f996a1a1de (patch)
tree0d4e6c975e7421273f976404c1400702e4eac550
parent725a0d86ea6de29e69f3e7bcc0b4fb82ee3c1a17 (diff)
downloadexternal_llvm-11d120f9c007231d064584eeaf7fe6f996a1a1de.zip
external_llvm-11d120f9c007231d064584eeaf7fe6f996a1a1de.tar.gz
external_llvm-11d120f9c007231d064584eeaf7fe6f996a1a1de.tar.bz2
we support attribute(noinline) now :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42343 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 18a7394..fdeb6ec 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -540,11 +540,11 @@ bits.</p></li>
<b>Supported:</b> <tt>alias</tt>, <tt>always_inline</tt>, <tt>cdecl</tt>,
<tt>constructor</tt>, <tt>destructor</tt>,
<tt>deprecated</tt>, <tt>fastcall</tt>, <tt>format</tt>,
- <tt>format_arg</tt>, <tt>non_null</tt>, <tt>noreturn</tt>, <tt>regparm</tt>
+ <tt>format_arg</tt>, <tt>non_null</tt>, <tt>noinline</tt>, <tt>noreturn</tt>, <tt>regparm</tt>
<tt>section</tt>, <tt>stdcall</tt>, <tt>unused</tt>, <tt>used</tt>,
<tt>visibility</tt>, <tt>warn_unused_result</tt>, <tt>weak</tt><br>
- <b>Ignored:</b> <tt>noinline</tt>, <tt>pure</tt>, <tt>const</tt>, <tt>nothrow</tt>,
+ <b>Ignored:</b> <tt>pure</tt>, <tt>const</tt>, <tt>nothrow</tt>,
<tt>malloc</tt>, <tt>no_instrument_function</tt></li>
</ol>
</li>