summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-19 10:55:29 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-19 10:55:29 +0000
commitd24ddcd6c48d29035016a75c6d7ff73d0669e43e (patch)
treea7a90a659342a44b1b557c5346a2e17c41402eba /llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
parent5045eaf9b961b85f383c9270b1e0e61ed206939b (diff)
downloadbcm5719-llvm-d24ddcd6c48d29035016a75c6d7ff73d0669e43e.tar.gz
bcm5719-llvm-d24ddcd6c48d29035016a75c6d7ff73d0669e43e.zip
[NFC] fix trivial typos in comments
"the the" -> "the" llvm-svn: 322934
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp b/llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
index c84ae7d693d..4642a50ba6d 100644
--- a/llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
+++ b/llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
@@ -272,7 +272,7 @@ static void updateBranchWeights(BasicBlock *Header, BranchInst *LatchBR,
/// \param IterNumber The serial number of the iteration currently being
/// peeled off.
/// \param Exit The exit block of the original loop.
-/// \param[out] NewBlocks A list of the the blocks in the newly created clone
+/// \param[out] NewBlocks A list of the blocks in the newly created clone
/// \param[out] VMap The value map between the loop and the new clone.
/// \param LoopBlocks A helper for DFS-traversal of the loop.
/// \param LVMap A value-map that maps instructions from the original loop to
OpenPOWER on IntegriCloud