From: Chris Lattner Date: Wed, 31 Oct 2007 07:30:39 +0000 (+0000) Subject: fix validation X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2e89f3ae2fb7678c095fe4cd7b6dd27b69df1a85;p=oota-llvm.git 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 8661b6244bf..8c25a047c7e 100644 --- a/docs/tutorial/LangImpl4.html +++ b/docs/tutorial/LangImpl4.html @@ -360,7 +360,7 @@ functionality, but can we do more?

-ready> def testfunc(x y) x + y*2;  
+ready> def testfunc(x y) x + y*2;  
 Read function definition:
 define double @testfunc(double %x, double %y) {
 entry: