summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/VirtRegRewriter.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-02-18 14:37:52 +0000
committerDuncan Sands <baldrick@free.fr>2010-02-18 14:37:52 +0000
commit3d928db087f863392e62e26a8b7bede577e03aa9 (patch)
tree45327a1876d8e3fb7ffd886f25129cdfb2789c76 /llvm/lib/CodeGen/VirtRegRewriter.cpp
parent1804b4f9ebe34f9e076f5947c73568189f1834fa (diff)
downloadbcm5719-llvm-3d928db087f863392e62e26a8b7bede577e03aa9.tar.gz
bcm5719-llvm-3d928db087f863392e62e26a8b7bede577e03aa9.zip
Uniformize the way these options are printed. Requested by
Russell Wallace. llvm-svn: 96580
Diffstat (limited to 'llvm/lib/CodeGen/VirtRegRewriter.cpp')
-rw-r--r--llvm/lib/CodeGen/VirtRegRewriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/VirtRegRewriter.cpp b/llvm/lib/CodeGen/VirtRegRewriter.cpp
index 84e03987a1c..7aa0a915352 100644
--- a/llvm/lib/CodeGen/VirtRegRewriter.cpp
+++ b/llvm/lib/CodeGen/VirtRegRewriter.cpp
@@ -46,7 +46,7 @@ namespace {
static cl::opt<RewriterName>
RewriterOpt("rewriter",
- cl::desc("Rewriter to use: (default: local)"),
+ cl::desc("Rewriter to use (default=local)"),
cl::Prefix,
cl::values(clEnumVal(local, "local rewriter"),
clEnumVal(trivial, "trivial rewriter"),
OpenPOWER on IntegriCloud