forked from OSchip/llvm-project
Add a comment about how Imm can be used for loop-variant values.
llvm-svn: 65147
This commit is contained in:
parent
2f3a3d9f7a
commit
1608df5319
|
@ -666,7 +666,8 @@ namespace {
|
|||
|
||||
/// Imm - The immediate value that should be added to the base immediately
|
||||
/// before Inst, because it will be folded into the imm field of the
|
||||
/// instruction.
|
||||
/// instruction. This is also sometimes used for loop-variant values that
|
||||
/// must be added inside the loop.
|
||||
SCEVHandle Imm;
|
||||
|
||||
/// Phi - The induction variable that performs the striding that
|
||||
|
|
Loading…
Reference in New Issue