summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-26 08:15:29 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-26 08:15:29 +0000
commit0909ca132fcd836df843aa1ed1585bb0c15c5520 (patch)
treeae17385953adb263665e8e7fbf50177b4b5a64b1 /llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp
parent056d835fa4b6e9fba3e7c068ded83c3dce7975cb (diff)
downloadbcm5719-llvm-0909ca132fcd836df843aa1ed1585bb0c15c5520.tar.gz
bcm5719-llvm-0909ca132fcd836df843aa1ed1585bb0c15c5520.zip
[NFC] fix trivial typos in comments and documents
"in in" -> "in", "on on" -> "on" etc. llvm-svn: 323508
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp')
-rw-r--r--llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp b/llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp
index 9e73766b6fd..0c4a727734f 100644
--- a/llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp
+++ b/llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp
@@ -622,7 +622,7 @@ bool HexagonBitSimplify::getUsedBitsInStore(unsigned Opc, BitVector &Bits,
// operand may be a subregister of a larger register, while Bits would
// correspond to the larger register in its entirety. Because of that,
// the parameter Begin can be used to indicate which bit of Bits should be
-// considered the LSB of of the operand.
+// considered the LSB of the operand.
bool HexagonBitSimplify::getUsedBits(unsigned Opc, unsigned OpN,
BitVector &Bits, uint16_t Begin, const HexagonInstrInfo &HII) {
using namespace Hexagon;
OpenPOWER on IntegriCloud