X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=docs%2FLangRef.html;h=fed2f80696c3cbcfb4b06dbaee8d5ae39cea1f51;hp=c028f6bfe52213e69479ad5db54154906aa98d9f;hb=570a4a5d9ca31f276a67502d1e0533d59d331fea;hpb=8d535859e583183591503aa63cd4559271803920 diff --git a/docs/LangRef.html b/docs/LangRef.html index c028f6bfe52..fed2f80696c 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1083,6 +1083,11 @@ define void @f() optsize { ... } function into callers whenever possible, ignoring any active inlining size threshold for this caller. +
inlinehint
+
This attribute indicates that the source code contained a hint that inlining + this function is desirable (such as the "inline" keyword in C/C++). It + is just a hint; it imposes no requirements on the inliner.
+
noinline
This attribute indicates that the inliner should never inline this function in any situation. This attribute may not be used together with