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:
1e84f19
)
Fix an example in the documentation.
author
Rafael Espindola
<rafael.espindola@gmail.com>
Tue, 23 Aug 2011 18:26:56 +0000
(18:26 +0000)
committer
Rafael Espindola
<rafael.espindola@gmail.com>
Tue, 23 Aug 2011 18:26:56 +0000
(18:26 +0000)
Patch by Sanjoy Das!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138346
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index fa4d74b67f2b855cba59845a1a95844be3106dc7..cac0272769d12cc0e7ee64a806c7941e50bbd42e 100644
(file)
--- a/
docs/LangRef.html
+++ b/
docs/LangRef.html
@@
-7701,7
+7701,7
@@
LLVM</a>.</p>
<pre class="doc_code">
%tramp = alloca [10 x i8], align 4 ; size and alignment only correct for X86
%tramp1 = getelementptr [10 x i8]* %tramp, i32 0, i32 0
- %p = call i8* @llvm.init.trampoline(i8* %tramp1, i8* bitcast (i32 (i8*
nest
, i32, i32)* @f to i8*), i8* %nval)
+ %p = call i8* @llvm.init.trampoline(i8* %tramp1, i8* bitcast (i32 (i8*, i32, i32)* @f to i8*), i8* %nval)
%fp = bitcast i8* %p to i32 (i32, i32)*
</pre>