Skip to content

Commit

Permalink
Remove unimplemented method declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
rudkx committed Nov 17, 2015
1 parent 93d841b commit 9140f1d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/SILPasses/IPO/PerformanceInliner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,6 @@ namespace {
/// \p Caller and the inliner needs to reject this inlining request.
bool hasInliningCycle(SILFunction *Caller, SILFunction *Callee);

void removeApply(FullApplySite Apply, CallGraph &CG,
llvm::SmallVectorImpl<FullApplySite> &NewApplies);

FullApplySite devirtualizeUpdatingCallGraph(FullApplySite Apply,
CallGraph &CG);

Expand Down

0 comments on commit 9140f1d

Please sign in to comment.