mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-22 20:26:31 +00:00
Fix option description /NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269307 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0e9948288b
commit
8f15084d2a
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user