projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a78f2d
)
Fix English usage in command line flag help string.
author
Douglas Katzman
<dougk@google.com>
Thu, 11 Jun 2015 20:03:23 +0000
(20:03 +0000)
committer
Douglas Katzman
<dougk@google.com>
Thu, 11 Jun 2015 20:03:23 +0000
(20:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239556
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/CommandFlags.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/CommandFlags.h
b/include/llvm/CodeGen/CommandFlags.h
index c5183dc42b17f0733c20ac359273efb4fc5b5aa8..3c3f770f92b5f51bbbf567ff3359c125dd21be5c 100644
(file)
--- a/
include/llvm/CodeGen/CommandFlags.h
+++ b/
include/llvm/CodeGen/CommandFlags.h
@@
-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
e
ffected."),
+ "Only fuse FP ops when the result won't be
a
ffected."),
clEnumValEnd));
cl::list<std::string>