summaryrefslogtreecommitdiff
path: root/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
commit2e89f3ae2fb7678c095fe4cd7b6dd27b69df1a85 (patch)
treeaa3a1d61d7654bcb60b0ae3fcfa5a92ca3c7adcc /docs/tutorial/LangImpl4.html
parent6093bd5fee8d6f2b0898def762c8751970ffe37f (diff)
downloadllvm-2e89f3ae2fb7678c095fe4cd7b6dd27b69df1a85.tar.gz
llvm-2e89f3ae2fb7678c095fe4cd7b6dd27b69df1a85.tar.bz2
llvm-2e89f3ae2fb7678c095fe4cd7b6dd27b69df1a85.tar.xz
fix validation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43549 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/LangImpl4.html')
-rw-r--r--docs/tutorial/LangImpl4.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/LangImpl4.html b/docs/tutorial/LangImpl4.html
index 8661b6244b..8c25a047c7 100644
--- a/docs/tutorial/LangImpl4.html
+++ b/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: