commit | 2e89f3ae2fb7678c095fe4cd7b6dd27b69df1a85 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Oct 31 07:30:39 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Oct 31 07:30:39 2007 +0000 |
tree | aa3a1d61d7654bcb60b0ae3fcfa5a92ca3c7adcc | |
parent | 6093bd5fee8d6f2b0898def762c8751970ffe37f [diff] [blame] |
fix validation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43549 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/tutorial/LangImpl4.html b/docs/tutorial/LangImpl4.html index 8661b62..8c25a04 100644 --- a/docs/tutorial/LangImpl4.html +++ b/docs/tutorial/LangImpl4.html
@@ -360,7 +360,7 @@ <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: