diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-07-30 20:17:25 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-07-30 20:17:25 +0100 |
| commit | 10ff8e042606d44049f4cb91c372d0da2a83ed65 (patch) | |
| tree | 51254f4334c1bf8b63f71a02a777e7b174275ca4 /src/ir.cpp | |
| parent | a0ae02168a5cdd7c1ac8bbb392c3a94cfa4348c6 (diff) | |
Fix ir for TypeInfo.Map
Diffstat (limited to 'src/ir.cpp')
| -rw-r--r-- | src/ir.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ir.cpp b/src/ir.cpp index 62603c801..f40266d86 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -8248,7 +8248,6 @@ void ir_gen_tree(irGen *s) { irValue *key = ir_emit_struct_ep(proc, tag, 0); irValue *value = ir_emit_struct_ep(proc, tag, 1); irValue *generated_struct = ir_emit_struct_ep(proc, tag, 2); - irValue *count = ir_emit_struct_ep(proc, tag, 3); ir_emit_store(proc, key, ir_get_type_info_ptr(proc, t->Map.key)); ir_emit_store(proc, value, ir_get_type_info_ptr(proc, t->Map.value)); |