Remove the top-down call graph ABI and use the reverse bottom-up.

Swift SVN r13544
This commit is contained in:
Nadav Rotem
2014-02-06 01:52:14 +00:00
parent cf602d3527
commit 93b5cac34e
5 changed files with 2 additions and 30 deletions

View File

@@ -75,7 +75,6 @@ namespace swift {
}
void bottomUpCallGraphOrder(std::vector<SILFunction*> &order);
void topDownCallGraphOrder(std::vector<SILFunction*> &order);
virtual void invalidate(InvalidationKind K) {
// TODO: invalidate the cache once we implement one.