mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 18:33:22 +00:00
Fix the syntax of insertvalue in the example.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52623 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e9c80f4d57
commit
52bb2db709
@ -2981,7 +2981,7 @@ specified by the indices is that of <tt>elt</tt>.
|
|||||||
<h5>Example:</h5>
|
<h5>Example:</h5>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
%result = insertvalue {i32, float} %agg, 1, 0 <i>; yields {i32, float}</i>
|
%result = insertvalue {i32, float} %agg, i32 1, 0 <i>; yields {i32, float}</i>
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user