Revert r98089, it was breaking a clang test.
[oota-llvm.git] / lib / Transforms / IPO / InlineSimple.cpp
index 46cf4b25e42b031a3c8b9137d861f21a8b759cb5..598043de694a69046b905010054cb2179443403f 100644 (file)
@@ -45,9 +45,6 @@ namespace {
     void resetCachedCostInfo(Function *Caller) {
       CA.resetCachedCostInfo(Caller);
     }
-    void growCachedCostInfo(Function* Caller, Function* Callee) {
-      CA.growCachedCostInfo(Caller, Callee);
-    }
     virtual bool doInitialization(CallGraph &CG);
   };
 }