summaryrefslogtreecommitdiffstats
path: root/llvm/docs
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
commitbd0328f668744401cd22f750ded4cba05500916b (patch)
treece3f2b4245edc8995cfdcf33e48a311b38eec483 /llvm/docs
parentcb131542f1fd0b000877fe0695c4eaef53be29c5 (diff)
downloadbcm5719-llvm-bd0328f668744401cd22f750ded4cba05500916b.tar.gz
bcm5719-llvm-bd0328f668744401cd22f750ded4cba05500916b.zip
ooops, SSA name should not be part of the link
llvm-svn: 85387
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 165c9598f26..337f8a8a49b 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud