From e3d26b42b95c658ac5805188291f4316b47a15dd Mon Sep 17 00:00:00 2001 From: Shoaib Meenai Date: Wed, 23 Oct 2019 18:06:28 -0700 Subject: [PATCH] [Hexagon] Fix typo. NFC Testing git push access. --- llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 DepChains; -- 2.7.4