[llvm] e3d26b4 - [Hexagon] Fix typo. NFC
Shoaib Meenai via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 23 18:06:59 PDT 2019
Author: Shoaib Meenai
Date: 2019-10-23T18:06:28-07:00
New Revision: e3d26b42b95c658ac5805188291f4316b47a15dd
URL: https://github.com/llvm/llvm-project/commit/e3d26b42b95c658ac5805188291f4316b47a15dd
DIFF: https://github.com/llvm/llvm-project/commit/e3d26b42b95c658ac5805188291f4316b47a15dd.diff
LOG: [Hexagon] Fix typo. NFC
Testing git push access.
Added:
Modified:
llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp b/llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
index e5df1d456c1e..991fc0a1aa5f 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;
More information about the llvm-commits
mailing list