diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-01-15 21:55:02 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-01-15 21:55:02 +0000 |
commit | f070f94776eef04de8171f461ceaca2309a36b6c (patch) | |
tree | 1eed8a716eb87204ee7cca868471568ffd13cbed /lib/Transforms/Utils/LoopSimplify.cpp | |
parent | d0d96296bd24857bb46523687ff02bf69054dc55 (diff) | |
download | external_llvm-f070f94776eef04de8171f461ceaca2309a36b6c.zip external_llvm-f070f94776eef04de8171f461ceaca2309a36b6c.tar.gz external_llvm-f070f94776eef04de8171f461ceaca2309a36b6c.tar.bz2 |
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93560 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/LoopSimplify.cpp')
-rw-r--r-- | lib/Transforms/Utils/LoopSimplify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/LoopSimplify.cpp b/lib/Transforms/Utils/LoopSimplify.cpp index 7fcc5f7..e81b779 100644 --- a/lib/Transforms/Utils/LoopSimplify.cpp +++ b/lib/Transforms/Utils/LoopSimplify.cpp @@ -232,7 +232,7 @@ ReprocessLoop: PN->eraseFromParent(); } - // If this loop has muliple exits and the exits all go to the same + // If this loop has multiple exits and the exits all go to the same // block, attempt to merge the exits. This helps several passes, such // as LoopRotation, which do not support loops with multiple exits. // SimplifyCFG also does this (and this code uses the same utility |