diff options
Diffstat (limited to 'llvm/lib/CodeGen/MachineBlockPlacement.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineBlockPlacement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MachineBlockPlacement.cpp b/llvm/lib/CodeGen/MachineBlockPlacement.cpp index ad73449f972..df05458a8ec 100644 --- a/llvm/lib/CodeGen/MachineBlockPlacement.cpp +++ b/llvm/lib/CodeGen/MachineBlockPlacement.cpp @@ -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( |