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:
0abc362
)
Typo.
author
Peter Collingbourne
<peter@pcc.me.uk>
Sun, 20 Oct 2013 03:19:25 +0000
(
03:19
+0000)
committer
Peter Collingbourne
<peter@pcc.me.uk>
Sun, 20 Oct 2013 03:19:25 +0000
(
03:19
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193043
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/OptParserEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/OptParserEmitter.cpp
b/utils/TableGen/OptParserEmitter.cpp
index
cff004f
..
9c4daaf
100644
(file)
--- a/
utils/TableGen/OptParserEmitter.cpp
+++ b/
utils/TableGen/OptParserEmitter.cpp
@@
-79,7
+79,7
@@
static int CompareOptionRecords(Record *const *Av, Record *const *Bv) {
if (APrec == BPrec &&
A->getValueAsListOfStrings("Prefixes") ==
B->getValueAsListOfStrings("Prefixes")) {
- PrintError(A->getLoc(), Twine("Option is equiv
i
lent to"));
+ PrintError(A->getLoc(), Twine("Option is equiv
a
lent to"));
PrintError(B->getLoc(), Twine("Other defined here"));
PrintFatalError("Equivalent Options found.");
}