Author: lattner Date: Wed Oct 31 02:30:39 2007 New Revision: 43549 URL: http://llvm.org/viewvc/llvm-project?rev=43549&view=rev Log: fix validation
Modified: llvm/trunk/docs/tutorial/LangImpl4.html Modified: llvm/trunk/docs/tutorial/LangImpl4.html URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl4.html?rev=43549&r1=43548&r2=43549&view=diff ============================================================================== --- llvm/trunk/docs/tutorial/LangImpl4.html (original) +++ llvm/trunk/docs/tutorial/LangImpl4.html Wed Oct 31 02:30:39 2007 @@ -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: _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits