mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
clarify
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
01fcc04570
commit
fc60ab0487
@ -533,9 +533,9 @@ entry:
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user