Fix English usage in command line flag help string.

llvm-svn: 239556
This commit is contained in:
Douglas Katzman 2015-06-11 20:03:23 +00:00
parent 9306198c07
commit 3a547f15ae
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ FuseFPOps("fp-contract",
clEnumValN(FPOpFusion::Standard, "on",
"Only fuse 'blessed' FP ops."),
clEnumValN(FPOpFusion::Strict, "off",
"Only fuse FP ops when the result won't be effected."),
"Only fuse FP ops when the result won't be affected."),
clEnumValEnd));
cl::list<std::string>