mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-18 16:03:17 +00:00
Put correct link in example
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43216 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c38ef54f0b
commit
8c6c72d0ba
@ -2788,9 +2788,8 @@ this <tt>store</tt> with other volatile <tt>load</tt> and <tt><a
|
|||||||
at the location specified by the '<tt><pointer></tt>' operand.</p>
|
at the location specified by the '<tt><pointer></tt>' operand.</p>
|
||||||
<h5>Example:</h5>
|
<h5>Example:</h5>
|
||||||
<pre> %ptr = <a href="#i_alloca">alloca</a> i32 <i>; yields {i32*}:ptr</i>
|
<pre> %ptr = <a href="#i_alloca">alloca</a> i32 <i>; yields {i32*}:ptr</i>
|
||||||
<a
|
store i32 3, i32* %ptr <i>; yields {void}</i>
|
||||||
href="#i_store">store</a> i32 3, i32* %ptr <i>; yields {void}</i>
|
%val = <a href="#i_load">load</a> i32* %ptr <i>; yields {i32}:val = i32 3</i>
|
||||||
%val = load i32* %ptr <i>; yields {i32}:val = i32 3</i>
|
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user