forked from OSchip/llvm-project
Fix English usage in command line flag help string.
llvm-svn: 239556
This commit is contained in:
parent
9306198c07
commit
3a547f15ae
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue