[llvm-commits] [llvm] r43549 - /llvm/trunk/docs/tutorial/LangImpl4.html
Chris Lattner
sabre at nondot.org
Wed Oct 31 00:30:40 PDT 2007
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:
More information about the llvm-commits
mailing list