mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 13:51:39 +00:00
Update a comment to reflect the current code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43463 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8480bc5b5b
commit
9330c3af45
@ -51,8 +51,8 @@ namespace {
|
|||||||
|
|
||||||
/// IVStrideUse - Keep track of one use of a strided induction variable, where
|
/// IVStrideUse - Keep track of one use of a strided induction variable, where
|
||||||
/// the stride is stored externally. The Offset member keeps track of the
|
/// the stride is stored externally. The Offset member keeps track of the
|
||||||
/// offset from the IV, User is the actual user of the operand, and 'Operand'
|
/// offset from the IV, User is the actual user of the operand, and
|
||||||
/// is the operand # of the User that is the use.
|
/// 'OperandValToReplace' is the operand of the User that is the use.
|
||||||
struct VISIBILITY_HIDDEN IVStrideUse {
|
struct VISIBILITY_HIDDEN IVStrideUse {
|
||||||
SCEVHandle Offset;
|
SCEVHandle Offset;
|
||||||
Instruction *User;
|
Instruction *User;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user