aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-10-28 13:05:07 +0000
committerGabor Greif <ggreif@gmail.com>2009-10-28 13:05:07 +0000
commitec58f75d7d94c525b022a69bd81f3a52d3f8a013 (patch)
treeb1d2a261962b4401cad845883e8be539e5e2caf9 /docs/LangRef.html
parent6a29201565cb6ff98e29636fad9ab33322a9d98b (diff)
downloadexternal_llvm-ec58f75d7d94c525b022a69bd81f3a52d3f8a013.zip
external_llvm-ec58f75d7d94c525b022a69bd81f3a52d3f8a013.tar.gz
external_llvm-ec58f75d7d94c525b022a69bd81f3a52d3f8a013.tar.bz2
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
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 165c959..337f8a8 100644
--- 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>