diff options
author | Justin Lebar <jlebar@google.com> | 2016-02-12 21:01:37 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2016-02-12 21:01:37 +0000 |
commit | 6086c6a387f1f85ba141a811aa533d8cdcccc4cf (patch) | |
tree | ab7451aebbe57a27b526ff9409c5cd5690b7b612 /llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp | |
parent | db63949e8dd561e2430bf864b22081b4bc588160 (diff) | |
download | llvm-6086c6a387f1f85ba141a811aa533d8cdcccc4cf.zip llvm-6086c6a387f1f85ba141a811aa533d8cdcccc4cf.tar.gz llvm-6086c6a387f1f85ba141a811aa533d8cdcccc4cf.tar.bz2 |
Fix typo in comment.
llvm-svn: 260731
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp b/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp index 9a7a6308..ec0e491b 100644 --- a/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp +++ b/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp @@ -258,7 +258,7 @@ static void CloneLoopBlocks(Loop *L, Value *NewIter, const bool UnrollProlog, /// run-time trip-count. /// /// This method assumes that the loop unroll factor is total number -/// of loop bodes in the loop after unrolling. (Some folks refer +/// of loop bodies in the loop after unrolling. (Some folks refer /// to the unroll factor as the number of *extra* copies added). /// We assume also that the loop unroll factor is a power-of-two. So, after /// unrolling the loop, the number of loop bodies executed is 2, |