ooops, SSA name should not be part of the link

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85387 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Gabor Greif 2009-10-28 13:05:07 +00:00
parent 6a29201565
commit ec58f75d7d

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>