Fix option description /NFC

llvm-svn: 269307
This commit is contained in:
Xinliang David Li 2016-05-12 16:39:02 +00:00
parent 43ab9a00eb
commit b840bb8714
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ static cl::opt<bool>
cl::init(false), cl::Hidden);
static cl::opt<bool>
ForcePreciseRotationCost("force-precise-rotation-cost",
cl::desc("Model the cost of loop rotation more "
"precisely by using profile data."),
cl::desc("Force the use of precise cost "
"loop rotation strategy."),
cl::init(false), cl::Hidden);
static cl::opt<unsigned> MisfetchCost(