fix(ir): 修改了一下context的管理
This commit is contained in:
@@ -38,7 +38,7 @@ int main(int argc, char** argv) {
|
||||
if (need_blank_line) {
|
||||
std::cout << "\n";
|
||||
}
|
||||
printer.Print(*module);
|
||||
printer.Print(*module, std::cout);
|
||||
need_blank_line = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user