forked from OSchip/llvm-project
parent
8e570babb0
commit
2d69eae755
|
@ -9,7 +9,7 @@
|
||||||
//
|
//
|
||||||
// This interface is used to identify and classify induction variables that
|
// This interface is used to identify and classify induction variables that
|
||||||
// exist in the program. Induction variables must contain a PHI node that
|
// exist in the program. Induction variables must contain a PHI node that
|
||||||
// exists in a loop header. Because of this, they are identified an managed by
|
// exists in a loop header. Because of this, they are identified and managed by
|
||||||
// this PHI node.
|
// this PHI node.
|
||||||
//
|
//
|
||||||
// Induction variables are classified into a type. Knowing that an induction
|
// Induction variables are classified into a type. Knowing that an induction
|
||||||
|
|
Loading…
Reference in New Issue