diff options
author | Chris Lattner <sabre@nondot.org> | 2007-10-31 07:30:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-10-31 07:30:39 +0000 |
commit | 2e89f3ae2fb7678c095fe4cd7b6dd27b69df1a85 (patch) | |
tree | aa3a1d61d7654bcb60b0ae3fcfa5a92ca3c7adcc /docs/tutorial/LangImpl4.html | |
parent | 6093bd5fee8d6f2b0898def762c8751970ffe37f (diff) |
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.html | 2 |
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> def testfunc(x y) x + y*2; </b> +ready> <b>def testfunc(x y) x + y*2; </b> Read function definition: define double @testfunc(double %x, double %y) { entry: |