diff --git a/llvm/lib/CodeGen/MachineBlockPlacement.cpp b/llvm/lib/CodeGen/MachineBlockPlacement.cpp index ad73449f9725..df05458a8ec0 100644 --- a/llvm/lib/CodeGen/MachineBlockPlacement.cpp +++ b/llvm/lib/CodeGen/MachineBlockPlacement.cpp @@ -101,8 +101,8 @@ static cl::opt cl::init(false), cl::Hidden); static cl::opt 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 MisfetchCost(