diff options
author | Dan Gohman <gohman@apple.com> | 2010-03-10 02:18:48 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-03-10 02:18:48 +0000 |
commit | b7e0b87441a253be7973b1da9abc07a1c7fa68bd (patch) | |
tree | c409ad32523ce33c9817e1944f5cbea6bbee45cf /llvm/lib/Transforms/Utils/LoopSimplify.cpp | |
parent | 4c5f7a7f5eaf1c1489e836da72b5ea68729e0cde (diff) | |
download | bcm5719-llvm-b7e0b87441a253be7973b1da9abc07a1c7fa68bd.tar.gz bcm5719-llvm-b7e0b87441a253be7973b1da9abc07a1c7fa68bd.zip |
Fix a comment.
llvm-svn: 98122
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopSimplify.cpp')
-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 924b744f027..584ec143669 100644 --- a/llvm/lib/Transforms/Utils/LoopSimplify.cpp +++ b/llvm/lib/Transforms/Utils/LoopSimplify.cpp @@ -132,7 +132,7 @@ bool LoopSimplify::ProcessLoop(Loop *L, LPPassManager &LPM) { bool Changed = false; ReprocessLoop: - // Check to see that no blocks (other than the header) in this loop that has + // Check to see that no blocks (other than the header) in this loop have // predecessors that are not in the loop. This is not valid for natural // loops, but can occur if the blocks are unreachable. Since they are // unreachable we can just shamelessly delete those CFG edges! |