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 | |
| parent | db63949e8dd561e2430bf864b22081b4bc588160 (diff) | |
| download | bcm5719-llvm-6086c6a387f1f85ba141a811aa533d8cdcccc4cf.tar.gz bcm5719-llvm-6086c6a387f1f85ba141a811aa533d8cdcccc4cf.zip | |
Fix typo in comment.
llvm-svn: 260731
Diffstat (limited to 'llvm/lib/Transforms/Utils')
| -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 9a7a6308690..ec0e491bea0 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, | 

