projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a29201
)
ooops, SSA name should not be part of the link
author
Gabor Greif
<ggreif@gmail.com>
Wed, 28 Oct 2009 13:05:07 +0000
(13:05 +0000)
committer
Gabor Greif
<ggreif@gmail.com>
Wed, 28 Oct 2009 13:05:07 +0000
(13:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85387
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index 165c9598f266540ab4a116feddeca83e196c62ad..337f8a8a49befc76a63db64fd68e52df75d091a2 100644
(file)
--- a/
docs/LangRef.html
+++ b/
docs/LangRef.html
@@
-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>