diff --git a/src/main.cpp b/src/main.cpp index 8401b14..e9e7d82 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -49,12 +49,12 @@ int main(int argc, char** argv) auto ops = irBuilder.Build(); - printf("; ------ IR ------\n"); - for (size_t i = 0; i < ops.size; ++i) - { - printf("; %s\n", ops.data[i]->Format(0).c_str()); - } - printf("; ------ IR ------\n"); + // printf("; ------ IR ------\n"); + // for (size_t i = 0; i < ops.size; ++i) + // { + // printf("; %s\n", ops.data[i]->Format(0).c_str()); + // } + // printf("; ------ IR ------\n"); StackFasmX86_64Generator gen;