mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
[NFC] Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233363 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
22660481b5
commit
cd4547deb8
@ -28,7 +28,7 @@
|
||||
//
|
||||
// The SCEV for %i is {0,+,1}<%L>. The SCEV for %i.next is {1,+,1}<%L>, however
|
||||
// it's useful to think about these as the same register, with some uses using
|
||||
// the value of the register before the add and some using // it after. In this
|
||||
// the value of the register before the add and some using it after. In this
|
||||
// example, the icmp is a post-increment user, since it uses %i.next, which is
|
||||
// the value of the induction variable after the increment. The other common
|
||||
// case of post-increment users is users outside the loop.
|
||||
|
Loading…
Reference in New Issue
Block a user