aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2017-10-29 16:44:44 +0000
committergingerBill <bill@gingerbill.org>2017-10-29 16:44:44 +0000
commitd2588f9d1da112b48f4a3f224b643bdd8f47f429 (patch)
tree792e7ab26b3e2abc0a7803ff867cbc6010774cb9 /src/ir.cpp
parent1eb9994d88b874b2f4ac3fdc4d314b1e67fa511b (diff)
Infix proc calling convention `proc "std" (...)`
Diffstat (limited to 'src/ir.cpp')
-rw-r--r--src/ir.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ir.cpp b/src/ir.cpp
index 23dfd081e..ce868a280 100644
--- a/src/ir.cpp
+++ b/src/ir.cpp
@@ -8264,7 +8264,6 @@ void ir_gen_tree(irGen *s) {
if (e->kind == Entity_Procedure && e->Procedure.is_export) {
} else if (e->kind == Entity_Procedure && e->Procedure.link_name.len > 0) {
// Handle later
- // } else if (scope->is_init && e->kind == Entity_Procedure && name == "main") {
} else {
name = ir_mangle_name(s, e->token.pos.file, e);
}