Correct grammar. NFC
authorXin Tong <trent.xin.tong@gmail.com>
Sun, 23 Apr 2017 17:36:25 +0000 (17:36 +0000)
committerXin Tong <trent.xin.tong@gmail.com>
Sun, 23 Apr 2017 17:36:25 +0000 (17:36 +0000)
llvm-svn: 301135

llvm/lib/Transforms/Scalar/LoopUnswitch.cpp

index a99c999..8fa806a 100644 (file)
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 //
 // This pass transforms loops that contain branches on loop-invariant conditions
-// to have multiple loops.  For example, it turns the left into the right code:
+// to multiple loops.  For example, it turns the left into the right code:
 //
 //  for (...)                  if (lic)
 //    A                          for (...)