1
0
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:
Gabor Greif 2009-10-28 13:05:07 +00:00
parent fad893b79c
commit bb9bbb25af

View File

@ -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>