mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
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:
parent
6a29201565
commit
ec58f75d7d
@ -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