Add space between words in verify-scev-maps option help message

llvm-svn: 266149
This commit is contained in:
Jeroen Ketema 2016-04-12 23:21:46 +00:00
parent 5e5056d939
commit e48e393729
1 changed files with 1 additions and 1 deletions

View File

@ -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)"));
//===----------------------------------------------------------------------===//