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

Chris Lattner sabre at nondot.org
Fri Jul 17 14:14:46 PDT 2009


Author: lattner
Date: Fri Jul 17 16:14:28 2009
New Revision: 76241

URL: http://llvm.org/viewvc/llvm-project?rev=76241&view=rev
Log:
end sentence in period, draw attention to the fact that you should
only do this if you are a crazy russian hacker. ;-)

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=76241&r1=76240&r2=76241&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Fri Jul 17 16:14:28 2009
@@ -1110,7 +1110,8 @@
 <dd>This attributes disables implicit floating point instructions.</dd>
 
 <dt><tt>naked</tt></dt>
-<dd>This attribute disables prologue / epilogue emission for the function</dd>
+<dd>This attribute disables prologue / epilogue emission for the function.
+This can have very system-specific consequences.</dd>
 
 </dl>
 





More information about the llvm-commits mailing list