Correct grammar. NFC

llvm-svn: 301135
This commit is contained in:
Xin Tong 2017-04-23 17:36:25 +00:00
parent 4e590e59a0
commit b7b081262a
1 changed files with 1 additions and 1 deletions

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