Author: lattner
Date: Mon Nov 5 11:39:26 2007
New Revision: 43712
URL: http://llvm.org/viewvc/llvm-project?rev=43712&view=rev
Log:
clarify
Modified:
llvm/trunk/docs/tutorial/LangImpl3.html
Modified: llvm/trunk/docs/tutorial/LangImpl3.html
URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl3.html?rev=43712&r1=43711&r2=43712&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl3.html (original)
+++ llvm/trunk/docs/tutorial/LangImpl3.html Mon Nov 5 11:39:26 2007
@@ -533,9 +533,9 @@
</pre>
</div>
-<p>This shows some function calls. Note that the runtime of this function
might
-be fairly high. In the future we'll add conditional control flow to make
-recursion actually be useful :).</p>
+<p>This shows some function calls. Note that this function will take a long
+time to execute if you call it. In the future we'll add conditional control
+flow to make recursion actually be useful :).</p>
<div class="doc_code">
<pre>
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits