Convert 'struct' to 'class' in various places to adhere to the coding standards
[oota-llvm.git] / include / llvm / Analysis / ScalarEvolution.h
index f3ef0e551d48941a6203eb50773a15d4f622df88..d72405d24da4143e2e0117fa6bb3e5769cfef057 100644 (file)
@@ -199,12 +199,6 @@ namespace llvm {
     /// that no dangling references are left around.
     void deleteInstructionFromRecords(Instruction *I) const;
 
-    /// shouldSubstituteIndVar - Return true if we should perform induction
-    /// variable substitution for this variable.  This is a hack because we
-    /// don't have a strength reduction pass yet.  When we do we will promote
-    /// all vars, because we can strength reduce them later as desired.
-    bool shouldSubstituteIndVar(const SCEV *S) const;
-
     virtual bool runOnFunction(Function &F);
     virtual void releaseMemory();
     virtual void getAnalysisUsage(AnalysisUsage &AU) const;