mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
The default has not been 'simple' for AGES!
llvm-svn: 15114
This commit is contained in:
parent
1e21b8c96f
commit
0fbe7e1e60
@ -23,7 +23,7 @@ namespace {
|
||||
cl::opt<RegAllocName>
|
||||
RegAlloc(
|
||||
"regalloc",
|
||||
cl::desc("Register allocator to use: (default = simple)"),
|
||||
cl::desc("Register allocator to use: (default = linearscan)"),
|
||||
cl::Prefix,
|
||||
cl::values(
|
||||
clEnumVal(simple, " simple register allocator"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user