capitalize
authorChris Lattner <sabre@nondot.org>
Fri, 13 May 2005 19:48:34 +0000 (19:48 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 May 2005 19:48:34 +0000 (19:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21962 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/TargetMachine.cpp

index b6bab7297632ace1ccd88395ca8b51fac76fda82..f4b9039f482be573d82d5995c2fb30838a1fd55a 100644 (file)
@@ -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>