projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9879aa9
)
The default has not been 'simple' for AGES!
author
Chris Lattner
<sabre@nondot.org>
Thu, 22 Jul 2004 21:46:02 +0000
(21:46 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 22 Jul 2004 21:46:02 +0000
(21:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15114
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/Passes.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/Passes.cpp
b/lib/CodeGen/Passes.cpp
index f5cd6066e416af235e48ca14faa39952b8b9d12b..7233e81473b6e033d572ce3adf7180aa18aa37de 100644
(file)
--- a/
lib/CodeGen/Passes.cpp
+++ b/
lib/CodeGen/Passes.cpp
@@
-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"),