diff options
| author | gingerBill <bill@gingerbill.org> | 2020-03-05 22:01:07 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-03-05 22:01:07 +0000 |
| commit | 8d2ad0da0e81f8f7a6c7f67f48992f404dc41566 (patch) | |
| tree | a05c1ec859da7bc3b9d2994cf61606c7bafcb6de /src/ir.cpp | |
| parent | db7a3ffd2a66d976c985ebfc2c5a96b21c9684e3 (diff) | |
Fill in more of the llvm_backend code generation
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 5528ccee8..c5b140991 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -3762,7 +3762,6 @@ irValue *ir_addr_load(irProcedure *proc, irAddr const &addr) { } if (addr.kind == irAddr_Map) { - // TODO(bill): map lookup Type *map_type = base_type(addr.map_type); irValue *v = ir_add_local_generated(proc, map_type->Map.lookup_result_type, true); irValue *h = ir_gen_map_header(proc, addr.addr, map_type); |