mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove the top-down call graph ABI and use the reverse bottom-up.
Swift SVN r13544
This commit is contained in:
@@ -28,13 +28,6 @@ CallGraphAnalysis::bottomUpCallGraphOrder(std::vector<SILFunction*> &order) {
|
||||
swift::bottomUpCallGraphOrder(M, order);
|
||||
}
|
||||
|
||||
void
|
||||
CallGraphAnalysis::topDownCallGraphOrder(std::vector<SILFunction*> &order) {
|
||||
// TODO: cache this calculation.
|
||||
swift::topDownCallGraphOrder(M, order);
|
||||
}
|
||||
|
||||
|
||||
SILAnalysis *swift::createCallGraphAnalysis(SILModule *M) {
|
||||
return new CallGraphAnalysis(M);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user