Fix a comment.
authorDan Gohman <gohman@apple.com>
Wed, 10 Mar 2010 02:18:48 +0000 (02:18 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 10 Mar 2010 02:18:48 +0000 (02:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98122 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/LoopSimplify.cpp

index 924b744f027ba555553cd1a8e369979869797fc3..584ec143669f0414ed649601d46de085426e5928 100644 (file)
@@ -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!