[llvm-commits] [llvm] r57116 - /llvm/trunk/docs/LangRef.html

Chris Lattner sabre at nondot.org
Sun Oct 5 10:15:03 PDT 2008


Author: lattner
Date: Sun Oct  5 12:14:59 2008
New Revision: 57116

URL: http://llvm.org/viewvc/llvm-project?rev=57116&view=rev
Log:
A word got optimized out, thanks to Duncan for pointing this out

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=57116&r1=57115&r2=57116&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sun Oct  5 12:14:59 2008
@@ -929,7 +929,7 @@
 
 <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>





More information about the llvm-commits mailing list