Skip to content

Commit 9a37610

Browse files
committed
Move function signature analysis to a Util
We really only need this signature analysis in the cloner pass now.
1 parent 3f075df commit 9a37610

File tree

7 files changed

+484
-580
lines changed

7 files changed

+484
-580
lines changed

include/swift/SILOptimizer/Analysis/Analysis.def

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ ANALYSIS(ClassHierarchy)
3030
ANALYSIS(Destructor)
3131
ANALYSIS(Dominance)
3232
ANALYSIS(Escape)
33-
ANALYSIS(FunctionSignature)
3433
ANALYSIS(InductionVariable)
3534
ANALYSIS(Loop)
3635
ANALYSIS(LoopRegion)

include/swift/SILOptimizer/Analysis/FunctionSignatureAnalysis.h

Lines changed: 0 additions & 275 deletions
This file was deleted.

0 commit comments

Comments
 (0)