Correct grammar. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Xin Tong 2017-04-23 17:36:25 +00:00
parent 35b7a4d2d5
commit e8f5facb2f

View 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 (...)