[llvm-commits] CVS: llvm/lib/Analysis/InductionVariable.cpp

Chris Lattner lattner at cs.uiuc.edu
Wed Sep 10 00:09:06 PDT 2003


Changes in directory llvm/lib/Analysis:

InductionVariable.cpp updated: 1.25 -> 1.26

---
Log message:

clean up file header comment


---
Diffs of the changes:

Index: llvm/lib/Analysis/InductionVariable.cpp
diff -u llvm/lib/Analysis/InductionVariable.cpp:1.25 llvm/lib/Analysis/InductionVariable.cpp:1.26
--- llvm/lib/Analysis/InductionVariable.cpp:1.25	Tue Sep  9 23:49:10 2003
+++ llvm/lib/Analysis/InductionVariable.cpp	Wed Sep 10 00:08:19 2003
@@ -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





More information about the llvm-commits mailing list