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 cb131542f1
commit bd0328f668
1 changed files with 2 additions and 2 deletions

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>