diff options
author | Chris Lattner <sabre@nondot.org> | 2008-10-05 17:14:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-10-05 17:14:59 +0000 |
commit | 377f3ae16d62abbfb4a887fffeb9848a0f68b852 (patch) | |
tree | 2d7f8bce7cb35bbf7a333cb1fe8d77597432d1db /docs/LangRef.html | |
parent | 896f4576cbbfb1a9ceede6eec139b9fe437c8223 (diff) | |
download | external_llvm-377f3ae16d62abbfb4a887fffeb9848a0f68b852.zip external_llvm-377f3ae16d62abbfb4a887fffeb9848a0f68b852.tar.gz external_llvm-377f3ae16d62abbfb4a887fffeb9848a0f68b852.tar.bz2 |
A word got optimized out, thanks to Duncan for pointing this out
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57116 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index ef232a6..5a77020 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -929,7 +929,7 @@ threshold for this caller.</dd> <dt><tt>noinline</tt></dt> <dd>This attribute indicates that the inliner should never inline this function -in any situation. This attribute may not be used together with +in any situation. This attribute may not be used together with the <tt>alwaysinline</tt> attribute.</dd> <dt><tt>optsize</tt></dt> |