From 7d93727bb24ff8b221a73bd8f60bb6d1d12c6fda Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 13 May 2005 19:48:34 +0000 Subject: [PATCH] capitalize git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21962 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/TargetMachine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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