diff options
Diffstat (limited to 'src/ir_print.cpp')
| -rw-r--r-- | src/ir_print.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ir_print.cpp b/src/ir_print.cpp index f60764b94..edf2665c7 100644 --- a/src/ir_print.cpp +++ b/src/ir_print.cpp @@ -1678,6 +1678,9 @@ void ir_print_proc(irFileBuffer *f, irModule *m, irProcedure *proc) { ir_write_string(f, "dllexport "); } } + // if (!proc->is_export && !proc->is_foreign && !proc->is_entry_point) { + // ir_write_string(f, "internal "); + // } } TypeProc *proc_type = &proc->type->Proc; |