Remove getIntegerSCEV; it's redundant with getConstant, and getConstant
[oota-llvm.git] / include / llvm / Analysis / ScalarEvolution.h
index d3a8d8f4fe51114c2c061d6a9a914c75ba2a2210..00b95c9b1e4c5b6fd0f537c092a5b9deadd22305 100644 (file)
@@ -530,10 +530,6 @@ namespace llvm {
     /// widening.
     const SCEV *getTruncateOrNoop(const SCEV *V, const Type *Ty);
 
-    /// getIntegerSCEV - Given a SCEVable type, create a constant for the
-    /// specified signed integer value and return a SCEV for the constant.
-    const SCEV *getIntegerSCEV(int64_t Val, const Type *Ty);
-
     /// getUMaxFromMismatchedTypes - Promote the operands to the wider of
     /// the types using zero-extension, and then perform a umax operation
     /// with them.