summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetMachine.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-05-13 19:48:34 +0000
committerChris Lattner <sabre@nondot.org>2005-05-13 19:48:34 +0000
commit6fec8354618733fa848b8b1f12c99e0fea9cc1c8 (patch)
treee9adc913ec3657d8107d4c80d89153113822e984 /llvm/lib/Target/TargetMachine.cpp
parent417cb0aec4136bfac3df47df0f5f8f6a149d9a33 (diff)
downloadbcm5719-llvm-6fec8354618733fa848b8b1f12c99e0fea9cc1c8.tar.gz
bcm5719-llvm-6fec8354618733fa848b8b1f12c99e0fea9cc1c8.zip
capitalize
llvm-svn: 21962
Diffstat (limited to 'llvm/lib/Target/TargetMachine.cpp')
-rw-r--r--llvm/lib/Target/TargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetMachine.cpp b/llvm/lib/Target/TargetMachine.cpp
index b6bab729763..f4b9039f482 100644
--- a/llvm/lib/Target/TargetMachine.cpp
+++ b/llvm/lib/Target/TargetMachine.cpp
@@ -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>
OpenPOWER on IntegriCloud