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 | 5cd8770412f98f6e6416c439e01222b3643b9e22 (patch) | |
tree | 1eed8a716eb87204ee7cca868471568ffd13cbed /lib/Transforms/Utils | |
parent | e6a5ddd0fabfa333c88ded0d7a69074d64758f3c (diff) | |
download | external_llvm-5cd8770412f98f6e6416c439e01222b3643b9e22.zip external_llvm-5cd8770412f98f6e6416c439e01222b3643b9e22.tar.gz external_llvm-5cd8770412f98f6e6416c439e01222b3643b9e22.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')
-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 |