summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/LangImpl4.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-31 07:30:39 +0000
committerChris Lattner <sabre@nondot.org>2007-10-31 07:30:39 +0000
commit75045da5635356e3cb5c3deb7a501cb608abe3b2 (patch)
treec766299b34b11cfc9eaa8c3f44db02112c7942dd /llvm/docs/tutorial/LangImpl4.html
parent1db6e89b7aace075482c5178fbe0d51e31e23ade (diff)
downloadbcm5719-llvm-75045da5635356e3cb5c3deb7a501cb608abe3b2.tar.gz
bcm5719-llvm-75045da5635356e3cb5c3deb7a501cb608abe3b2.zip
fix validation
llvm-svn: 43549
Diffstat (limited to 'llvm/docs/tutorial/LangImpl4.html')
-rw-r--r--llvm/docs/tutorial/LangImpl4.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl4.html b/llvm/docs/tutorial/LangImpl4.html
index 8661b6244bf..8c25a047c7e 100644
--- a/llvm/docs/tutorial/LangImpl4.html
+++ b/llvm/docs/tutorial/LangImpl4.html
@@ -360,7 +360,7 @@ functionality, but can we do more?</p>
<div class="doc_code">
<pre>
-ready&gt; def testfunc(x y) x + y*2; </b>
+ready&gt; <b>def testfunc(x y) x + y*2; </b>
Read function definition:
define double @testfunc(double %x, double %y) {
entry:
OpenPOWER on IntegriCloud