mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 20:15:35 +00:00
Fix the syntax of insertvalue in the example.
llvm-svn: 52623
This commit is contained in:
parent
e7f2c80a8c
commit
35787913ea
@ -2981,7 +2981,7 @@ specified by the indices is that of <tt>elt</tt>.
|
||||
<h5>Example:</h5>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user