aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2019-10-23 18:06:28 -0700
committerShoaib Meenai <smeenai@fb.com>2019-10-23 18:06:28 -0700
commite3d26b42b95c658ac5805188291f4316b47a15dd (patch)
treeb4dc30e244f1f255f868dbb94b92a57240727572
parentda6384fbb9fbe85db4b4e99c1c92e932e4af0029 (diff)
downloadllvm-e3d26b42b95c658ac5805188291f4316b47a15dd.zip
llvm-e3d26b42b95c658ac5805188291f4316b47a15dd.tar.gz
llvm-e3d26b42b95c658ac5805188291f4316b47a15dd.tar.bz2
[Hexagon] Fix typo. NFC
Testing git push access.
-rw-r--r--llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp b/llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
index e5df1d4..991fc0a1 100644
--- a/llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
+++ b/llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
@@ -235,7 +235,7 @@ namespace {
Instruction *Inst2Replace = nullptr;
// In the new PHI node that we'll construct this is the value that'll be
- // used over the backedge. This is teh value that gets reused from a
+ // used over the backedge. This is the value that gets reused from a
// previous iteration.
Instruction *BackedgeInst = nullptr;
std::map<Instruction *, DepChain *> DepChains;