mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove the top-down call graph ABI and use the reverse bottom-up.
Swift SVN r13544
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user