mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-06 04:19:10 +00:00
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:
parent
35b7a4d2d5
commit
e8f5facb2f
@ -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 (...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user