From: Chris Lattner Date: Fri, 13 May 2005 19:48:34 +0000 (+0000) Subject: capitalize X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7d93727bb24ff8b221a73bd8f60bb6d1d12c6fda;p=oota-llvm.git capitalize git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21962 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp index b6bab729763..f4b9039f482 100644 --- a/lib/Target/TargetMachine.cpp +++ b/lib/Target/TargetMachine.cpp @@ -44,7 +44,7 @@ namespace { cl::location(NoExcessFPPrecision), cl::init(false)); cl::opt 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