refactor(furc): bring back SCCP to post process

Refs: #12
This commit is contained in:
2026-06-23 15:15:01 +02:00
parent 4478a839b7
commit dad2c180d6
3 changed files with 235 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ class post_process {
public:
enum stage { // NOLINT
Ssa,
Sccp,
DeSsa,
};
public: