summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-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