Skip to content

Commit

Permalink
Merge pull request #79212 from eeckstein/remove-type-expanstion-analysis
Browse files Browse the repository at this point in the history
Optimizer: Remove the TypeExpansionAnalysis
  • Loading branch information
eeckstein authored Feb 7, 2025
2 parents 64ae2a9 + 319258f commit e22c09c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 123 deletions.
1 change: 0 additions & 1 deletion include/swift/SILOptimizer/Analysis/Analysis.def
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ SIL_ANALYSIS(PostDominance)
SIL_ANALYSIS(PostOrder)
SIL_ANALYSIS(ProtocolConformance)
SIL_ANALYSIS(RCIdentity)
SIL_ANALYSIS(TypeExpansion)
SIL_ANALYSIS(PassManagerVerifier)
SIL_ANALYSIS(DeadEndBlocks)
SIL_ANALYSIS(Region)
Expand Down
62 changes: 0 additions & 62 deletions include/swift/SILOptimizer/Analysis/TypeExpansionAnalysis.h

This file was deleted.

1 change: 0 additions & 1 deletion lib/SILOptimizer/Analysis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ target_sources(swiftSILOptimizer PRIVATE
RegionAnalysis.cpp
RCIdentityAnalysis.cpp
SimplifyInstruction.cpp
TypeExpansionAnalysis.cpp
ValueTracking.cpp)
59 changes: 0 additions & 59 deletions lib/SILOptimizer/Analysis/TypeExpansionAnalysis.cpp

This file was deleted.

0 comments on commit e22c09c

Please sign in to comment.