diff options
author | Chris Lattner <sabre@nondot.org> | 2005-05-13 19:48:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-05-13 19:48:34 +0000 |
commit | 7d93727bb24ff8b221a73bd8f60bb6d1d12c6fda (patch) | |
tree | 025086ba27c1aef2c5a3e3368d7b169280ca911a /lib/Target/TargetMachine.cpp | |
parent | c6e32eb9ce753f8cbb1330f72d488ac73b763778 (diff) |
capitalize
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21962 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetMachine.cpp')
-rw-r--r-- | lib/Target/TargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp index b6bab72976..f4b9039f48 100644 --- a/lib/Target/TargetMachine.cpp +++ b/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> |