[backend] introduced debug option

This commit is contained in:
Lixuanwang
2025-06-24 02:56:17 +08:00
parent 942cb32976
commit 20cc08708a
2 changed files with 3 additions and 2 deletions

View File

@@ -83,7 +83,6 @@ int main(int argc, char **argv) {
auto builder = generator.getBuilder();
SysYOptPre optPre(moduleIR, builder);
optPre.SysYOptimizateAfterIR();
printer.printIR();
return EXIT_SUCCESS;
}