diff options
author | Shoaib Meenai <smeenai@fb.com> | 2019-10-23 18:06:28 -0700 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2019-10-23 18:06:28 -0700 |
commit | e3d26b42b95c658ac5805188291f4316b47a15dd (patch) | |
tree | b4dc30e244f1f255f868dbb94b92a57240727572 | |
parent | da6384fbb9fbe85db4b4e99c1c92e932e4af0029 (diff) | |
download | llvm-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.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; |