Minor code reorganization

This commit is contained in:
gingerBill
2018-02-25 14:23:45 +00:00
parent 5357181484
commit 60a7c68aa6
3 changed files with 7 additions and 9 deletions
+1
View File
@@ -7795,6 +7795,7 @@ bool ir_gen_init(irGen *s, Checker *c) {
gbFileError err = gb_file_create(&s->output_file, output_file_path);
if (err != gbFileError_None) {
gb_printf_err("Failed to create file %s\n", output_file_path);
return false;
}