1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

fix grammao

llvm-svn: 10576
This commit is contained in:
Chris Lattner 2003-12-22 04:08:12 +00:00
parent a0f9e3b164
commit ddc02fd15d

View File

@ -9,7 +9,7 @@
//
// This interface is used to identify and classify induction variables 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.
//
// Induction variables are classified into a type. Knowing that an induction