[llvm-commits] [llvm] r64619 - /llvm/trunk/docs/LangRef.html
Nick Lewycky
nicholas at mxc.ca
Sun Feb 15 15:06:14 PST 2009
Author: nicholas
Date: Sun Feb 15 17:06:14 2009
New Revision: 64619
URL: http://llvm.org/viewvc/llvm-project?rev=64619&view=rev
Log:
Demonstrate the act of including multiple space-separated parameter attributes,
by request on IRC.
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=64619&r1=64618&r2=64619&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sun Feb 15 17:06:14 2009
@@ -894,7 +894,7 @@
<div class="doc_code">
<pre>
-declare i32 @printf(i8* noalias , ...)
+declare i32 @printf(i8* noalias nocapture, ...)
declare i32 @atoi(i8 zeroext)
declare signext i8 @returns_signed_char()
</pre>
More information about the llvm-commits
mailing list