From: Xin Tong Date: Sun, 23 Apr 2017 17:36:25 +0000 (+0000) Subject: Correct grammar. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8f5facb2fca9b4b0b866cd7b8eaaef2cdabee90;p=llvm Correct grammar. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301135 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/LoopUnswitch.cpp b/lib/Transforms/Scalar/LoopUnswitch.cpp index a99c9999c61..8fa806a7e8b 100644 --- a/lib/Transforms/Scalar/LoopUnswitch.cpp +++ b/lib/Transforms/Scalar/LoopUnswitch.cpp @@ -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 (...)