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
@@ -36,6 +36,7 @@ int main(void) {
furc::front::post_process postProcess;
postProcess.push_stage(furc::front::post_process::Ssa);
postProcess.push_stage(furc::front::post_process::Sccp);
postProcess.push_stage(furc::front::post_process::DeSsa);
postProcess.process(mod);