mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
ooops, SSA name should not be part of the link
llvm-svn: 85387
This commit is contained in:
parent
fad893b79c
commit
bb9bbb25af
@ -438,8 +438,8 @@
|
||||
|
||||
<div class="doc_code">
|
||||
<pre>
|
||||
<a href="#i_add">%0 = add</a> i32 %X, %X <i>; yields {i32}:%0</i>
|
||||
<a href="#i_add">%1 = add</a> i32 %0, %0 <i>; yields {i32}:%1</i>
|
||||
%0 = <a href="#i_add">add</a> i32 %X, %X <i>; yields {i32}:%0</i>
|
||||
%1 = <a href="#i_add">add</a> i32 %0, %0 <i>; yields {i32}:%1</i>
|
||||
%result = <a href="#i_add">add</a> i32 %1, %1
|
||||
</pre>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user