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 | e0da4b6cff23db0690976b90e412614ca70adc40 (patch) | |
tree | 9e6e80c24a5c291ac7a1c7e8834159ea1e41d134 /llvm/lib/Transforms/Utils | |
parent | c2f8f16162469096a32332d829f7971409c91210 (diff) | |
download | bcm5719-llvm-e0da4b6cff23db0690976b90e412614ca70adc40.tar.gz bcm5719-llvm-e0da4b6cff23db0690976b90e412614ca70adc40.zip |
Fix a comment typo.
llvm-svn: 93560
Diffstat (limited to 'llvm/lib/Transforms/Utils')
-rw-r--r-- | llvm/lib/Transforms/Utils/LoopSimplify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/LoopSimplify.cpp b/llvm/lib/Transforms/Utils/LoopSimplify.cpp index 7fcc5f748a7..e81b77974ab 100644 --- a/llvm/lib/Transforms/Utils/LoopSimplify.cpp +++ b/llvm/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 |