mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 22:28:22 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32774 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
129f004ab4
commit
790fb92808
@ -198,7 +198,7 @@ should be constructed. In general, here's what I learned:
|
||||
<li><em>Create your blocks early.</em> While writing your compiler, you
|
||||
will encounter several situations where you know apriori that you will
|
||||
need several blocks. For example, if-then-else, switch, while, and for
|
||||
statements in C/C++ all need multiple blocks for expression in LVVM.
|
||||
statements in C/C++ all need multiple blocks for expression in LLVM.
|
||||
The rule is, create them early.</li>
|
||||
<li><em>Terminate your blocks early.</em> This just reduces the chances
|
||||
that you forget to terminate your blocks which is required (go
|
||||
|
Loading…
Reference in New Issue
Block a user