mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-13 08:35:46 +00:00
Fix cut-n-pasto.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56265 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1cd332725f
commit
d9424edf94
@ -91,11 +91,11 @@ OptLevelO1("O1",
|
|||||||
|
|
||||||
static cl::opt<bool>
|
static cl::opt<bool>
|
||||||
OptLevelO2("O2",
|
OptLevelO2("O2",
|
||||||
cl::desc("Optimization level 1. Similar to llvm-gcc -O2"));
|
cl::desc("Optimization level 2. Similar to llvm-gcc -O2"));
|
||||||
|
|
||||||
static cl::opt<bool>
|
static cl::opt<bool>
|
||||||
OptLevelO3("O3",
|
OptLevelO3("O3",
|
||||||
cl::desc("Optimization level 1. Similar to llvm-gcc -O3"));
|
cl::desc("Optimization level 3. Similar to llvm-gcc -O3"));
|
||||||
|
|
||||||
static cl::opt<bool>
|
static cl::opt<bool>
|
||||||
UnitAtATime("funit-at-a-time",
|
UnitAtATime("funit-at-a-time",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user