Skip to content

Commit c739308

Browse files
committed
[sil-verifier] Extract the flow sensitive verifier into its own file.
This has grown large enough and complex enough that it makes sense to go into its own file. This is a NFCI change. The only substantial changes is I added a small require impl based on the one in SILVerifier and I eliminated the namespace VerifyFlowSensitiveRulesDetails.
1 parent 24c69c6 commit c739308

File tree

4 files changed

+578
-515
lines changed

4 files changed

+578
-515
lines changed

lib/SIL/Verifier/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
target_sources(swiftSIL PRIVATE
22
DebugInfoVerifier.cpp
3+
FlowSensitiveVerifier.cpp
34
LinearLifetimeChecker.cpp
45
MemoryLifetimeVerifier.cpp
56
GuaranteedPhiVerifier.cpp

0 commit comments

Comments
 (0)