summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-02-15 23:06:14 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-02-15 23:06:14 +0000
commitb6a7d2565bdae50942cf3c80fb1c36706c31eb80 (patch)
treed45e1fb9d21d6e3f8716ad90090b63fdc1dffd72
parent45eb7865c924001e09bb2049708d4f1576ac23d4 (diff)
downloadllvm-b6a7d2565bdae50942cf3c80fb1c36706c31eb80.tar.gz
llvm-b6a7d2565bdae50942cf3c80fb1c36706c31eb80.tar.bz2
llvm-b6a7d2565bdae50942cf3c80fb1c36706c31eb80.tar.xz
Demonstrate the act of including multiple space-separated parameter attributes,
by request on IRC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64619 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 1fbd32b9b3..07358b58ad 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -894,7 +894,7 @@ define [<a href="#linkage">linkage</a>] [<a href="#visibility">visibility</a>]
<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>