diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-10 05:08:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-10 05:08:19 +0000 |
commit | 19b34d12c30bb368bbc11238e98d3dba74d34933 (patch) | |
tree | 09d9ac104b75700eed3a01ab66749227f21f3e39 /llvm/lib/Analysis/InductionVariable.cpp | |
parent | 42e7abceb5f34778c4c63abcc9d9c4e8462e3357 (diff) | |
download | bcm5719-llvm-19b34d12c30bb368bbc11238e98d3dba74d34933.tar.gz bcm5719-llvm-19b34d12c30bb368bbc11238e98d3dba74d34933.zip |
clean up file header comment
llvm-svn: 8427
Diffstat (limited to 'llvm/lib/Analysis/InductionVariable.cpp')
-rw-r--r-- | llvm/lib/Analysis/InductionVariable.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/Analysis/InductionVariable.cpp b/llvm/lib/Analysis/InductionVariable.cpp index 73e97a4a114..9a93adf2e7f 100644 --- a/llvm/lib/Analysis/InductionVariable.cpp +++ b/llvm/lib/Analysis/InductionVariable.cpp @@ -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 |