summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-06-19 01:53:21 +0000
committerEric Christopher <echristo@gmail.com>2015-06-19 01:53:21 +0000
commit572e03a3965d783ea51d1844d202d822ad6e8f8c (patch)
tree96f1b5a8c88f8850cfce209df9164027ffd85886 /llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
parent175d633271c3b76535474168522578ca244aae5d (diff)
downloadbcm5719-llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.tar.gz
bcm5719-llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.zip
Fix "the the" in comments.
llvm-svn: 240112
Diffstat (limited to 'llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp')
-rw-r--r--llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
index 8bcbb1159f8..35387d3e6cf 100644
--- a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+++ b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
@@ -5841,7 +5841,7 @@ bool ARMAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
// do and don't have a cc_out optional-def operand. With some spot-checks
// of the operand list, we can figure out which variant we're trying to
// parse and adjust accordingly before actually matching. We shouldn't ever
- // try to remove a cc_out operand that was explicitly set on the the
+ // try to remove a cc_out operand that was explicitly set on the
// mnemonic, of course (CarrySetting == true). Reason number #317 the
// table driven matcher doesn't fit well with the ARM instruction set.
if (!CarrySetting && shouldOmitCCOutOperand(Mnemonic, Operands))
OpenPOWER on IntegriCloud