Reverted r44163 per request
[oota-llvm.git] / include / llvm / Analysis / ScalarEvolution.h
index a51a63f1bcd5697c66068f1de58ae155e11e5f5c..a52f273b2c716f90b66777ec2dd89818c41f7c77 100644 (file)
@@ -226,7 +226,6 @@ namespace llvm {
       return getMulExpr(Ops);
     }
     SCEVHandle getSDivExpr(const SCEVHandle &LHS, const SCEVHandle &RHS);
-    SCEVHandle getUDivExpr(const SCEVHandle &LHS, const SCEVHandle &RHS);
     SCEVHandle getAddRecExpr(const SCEVHandle &Start, const SCEVHandle &Step,
                              const Loop *L);
     SCEVHandle getAddRecExpr(std::vector<SCEVHandle> &Operands,