mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
capitalize
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21962 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c6e32eb9ce
commit
7d93727bb2
@ -44,7 +44,7 @@ namespace {
|
||||
cl::location(NoExcessFPPrecision),
|
||||
cl::init(false));
|
||||
cl::opt<int, true> PatternISel("enable-pattern-isel",
|
||||
cl::desc("sets the pattern ISel off(0), on(1), default(2)"),
|
||||
cl::desc("Turn the pattern ISel off(0), on(1), default(2)"),
|
||||
cl::location(PatternISelTriState),
|
||||
cl::init(2));
|
||||
cl::opt<bool, true>
|
||||
|
Loading…
x
Reference in New Issue
Block a user