summaryrefslogtreecommitdiff
path: root/lib/CodeGen/Passes.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-22 21:46:02 +0000
committerChris Lattner <sabre@nondot.org>2004-07-22 21:46:02 +0000
commit4951d48a16d46880e7dd57580d8dda7a27820778 (patch)
tree86adb19083bc7af4944978a79a7fecd46efb512d /lib/CodeGen/Passes.cpp
parent9879aa9c95850021da29bcc0ca3643c11b67f481 (diff)
downloadllvm-4951d48a16d46880e7dd57580d8dda7a27820778.tar.gz
llvm-4951d48a16d46880e7dd57580d8dda7a27820778.tar.bz2
llvm-4951d48a16d46880e7dd57580d8dda7a27820778.tar.xz
The default has not been 'simple' for AGES!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15114 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Passes.cpp')
-rw-r--r--lib/CodeGen/Passes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Passes.cpp b/lib/CodeGen/Passes.cpp
index f5cd6066e4..7233e81473 100644
--- 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"),