feat: don't product IR in stdout for now
This commit is contained in:
12
src/main.cpp
12
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user