mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fixed spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9034 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4fa9fd3035
commit
623e5948ec
@ -472,7 +472,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<dt><i>--enable-optimized</i>
|
<dt><i>--enable-optimized</i>
|
||||||
<dd>
|
<dd>
|
||||||
Enables optimized compilation by defaulat (debugging symbols are removed
|
Enables optimized compilation by default (debugging symbols are removed
|
||||||
and GCC optimization flags are enabled). The default is to use an
|
and GCC optimization flags are enabled). The default is to use an
|
||||||
unoptimized build (also known as a debug build).
|
unoptimized build (also known as a debug build).
|
||||||
<p>
|
<p>
|
||||||
@ -752,7 +752,7 @@
|
|||||||
<dt><tt>llvm/lib/Transforms/</tt><dd> This directory contains the source
|
<dt><tt>llvm/lib/Transforms/</tt><dd> This directory contains the source
|
||||||
code for the LLVM to LLVM program transformations, such as Aggressive Dead
|
code for the LLVM to LLVM program transformations, such as Aggressive Dead
|
||||||
Code Elimination, Sparse Conditional Constant Propagation, Inlining, Loop
|
Code Elimination, Sparse Conditional Constant Propagation, Inlining, Loop
|
||||||
Invarient Code Motion, Dead Global Elimination, and many others...
|
Invariant Code Motion, Dead Global Elimination, and many others...
|
||||||
|
|
||||||
<dt><tt>llvm/lib/Target/</tt><dd> This directory contains files that
|
<dt><tt>llvm/lib/Target/</tt><dd> This directory contains files that
|
||||||
describe various target architectures for code generation. For example,
|
describe various target architectures for code generation. For example,
|
||||||
|
Loading…
Reference in New Issue
Block a user