projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45eb786
)
Demonstrate the act of including multiple space-separated parameter attributes,
author
Nick Lewycky
<nicholas@mxc.ca>
Sun, 15 Feb 2009 23:06:14 +0000
(23:06 +0000)
committer
Nick 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
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index 1fbd32b9b307571be4a5646a31be165fb8ffc9a3..07358b58ad7ca2155cf65124006031884f66f061 100644
(file)
--- 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>