clean up file header comment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8427 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-09-10 05:08:19 +00:00
parent 36836a6eb2
commit f6e5233fc7

View File

@ -1,9 +1,9 @@
//===- llvm/Analysis/InductionVariable.h - Induction variable ----*- C++ -*--=//
//===- InductionVariable.cpp - Induction variable classification ----------===//
//
// 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
// this PHI node.
// This file implements identification and classification of induction
// variables. Induction variables must contain a PHI node that exists in a
// loop header. Because of this, they are identified an managed by this PHI
// node.
//
// Induction variables are classified into a type. Knowing that an induction
// variable is of a specific type can constrain the values of the start and