From: Chris Lattner Date: Mon, 5 Nov 2007 17:39:26 +0000 (+0000) Subject: clarify X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fc60ab04872c7c67504cb51c05155f0101c9b288;p=oota-llvm.git clarify git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43712 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/tutorial/LangImpl3.html b/docs/tutorial/LangImpl3.html index 49e55d35a98..42093270c6a 100644 --- a/docs/tutorial/LangImpl3.html +++ b/docs/tutorial/LangImpl3.html @@ -533,9 +533,9 @@ entry: -

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 :).

+

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 :).