fix validation

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43549 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-10-31 07:30:39 +00:00
parent 6093bd5fee
commit 2e89f3ae2f

View File

@ -360,7 +360,7 @@ functionality, but can we do more?</p>
<div class="doc_code">
<pre>
ready&gt; def testfunc(x y) x + y*2; </b>
ready&gt; <b>def testfunc(x y) x + y*2; </b>
Read function definition:
define double @testfunc(double %x, double %y) {
entry: