Demonstrate the act of including multiple space-separated parameter attributes,
authorNick Lewycky <nicholas@mxc.ca>
Sun, 15 Feb 2009 23:06:14 +0000 (23:06 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 15 Feb 2009 23:06:14 +0000 (23:06 +0000)
by request on IRC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64619 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 1fbd32b9b307571be4a5646a31be165fb8ffc9a3..07358b58ad7ca2155cf65124006031884f66f061 100644 (file)
@@ -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>