diff options
author | Xinliang David Li <davidxl@google.com> | 2016-05-12 16:39:02 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@google.com> | 2016-05-12 16:39:02 +0000 |
commit | b840bb87147eca5be26563658c7c33a3d4639ab2 (patch) | |
tree | f5fad751c61232083c693c062d99b50e6ce4900d /llvm/lib/CodeGen/MachineBlockPlacement.cpp | |
parent | 43ab9a00eb165625e07c1bc92afcfb521e926b1d (diff) | |
download | bcm5719-llvm-b840bb87147eca5be26563658c7c33a3d4639ab2.tar.gz bcm5719-llvm-b840bb87147eca5be26563658c7c33a3d4639ab2.zip |
Fix option description /NFC
llvm-svn: 269307
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( |