From 377f3ae16d62abbfb4a887fffeb9848a0f68b852 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 5 Oct 2008 17:14:59 +0000 Subject: 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 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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.
noinline
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 alwaysinline attribute.
optsize
-- cgit v1.1