1
0
mirror of synced 2026-04-27 20:49:44 +00:00
This commit is contained in:
Andrew Zonenberg
2017-02-14 08:29:37 -08:00
11 changed files with 240 additions and 47 deletions

View File

@@ -204,8 +204,6 @@ struct SynthGreenPAK4Pass : public ScriptPass
if (!json_file.empty() || help_mode)
run(stringf("write_json %s", help_mode ? "<file-name>" : json_file.c_str()));
}
log_pop();
}
} SynthGreenPAK4Pass;