mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Fix an example in the documentation.
Patch by Sanjoy Das! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138346 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1e84f19337
commit
3395fe1e4b
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user