]> granicus.if.org Git - llvm/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301135 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopUnswitch.cpp

index a99c9999c61912cfbc5bb9bbda52e6642178c6c4..8fa806a7e8bccf227aa18c9dea4336bb8f3bb7e0 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 (...)