mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-04 16:47:41 +00:00
[LSR] Clarify a comment. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317295 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1bd292583c
commit
931b302025
@ -1037,7 +1037,7 @@ struct LSRFixup {
|
||||
Value *OperandValToReplace = nullptr;
|
||||
|
||||
/// If this user is to use the post-incremented value of an induction
|
||||
/// variable, this variable is non-null and holds the loop associated with the
|
||||
/// variable, this set is non-empty and holds the loops associated with the
|
||||
/// induction variable.
|
||||
PostIncLoopSet PostIncLoops;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user