capitalize

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21962 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-05-13 19:48:34 +00:00
parent c6e32eb9ce
commit 7d93727bb2

View 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>