forked from OSchip/llvm-project
Add space between words in verify-scev-maps option help message
llvm-svn: 266149
This commit is contained in:
parent
5e5056d939
commit
e48e393729
|
@ -117,7 +117,7 @@ VerifySCEV("verify-scev",
|
|||
cl::desc("Verify ScalarEvolution's backedge taken counts (slow)"));
|
||||
static cl::opt<bool>
|
||||
VerifySCEVMap("verify-scev-maps",
|
||||
cl::desc("Verify no dangling value in ScalarEvolution's"
|
||||
cl::desc("Verify no dangling value in ScalarEvolution's "
|
||||
"ExprValueMap (slow)"));
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue