mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Update the generic specializer to maintain the call graph.
Swift SVN r27024
This commit is contained in:
@@ -358,6 +358,7 @@ public:
|
||||
void replaceApplyWithNew(FullApplySite Old,
|
||||
llvm::SmallVectorImpl<FullApplySite> &NewApplies);
|
||||
void addCallGraphNode(SILFunction *F) { CG.addCallGraphNode(F); }
|
||||
void addEdgesForApply(FullApplySite AI) { CG.addEdgesForApply(AI); }
|
||||
};
|
||||
|
||||
/// The Call Graph Analysis provides information about the call graph.
|
||||
|
||||
Reference in New Issue
Block a user