diff options
-rw-r--r-- | llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp | 2 |
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; |