From 8d2ad0da0e81f8f7a6c7f67f48992f404dc41566 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 5 Mar 2020 22:01:07 +0000 Subject: Fill in more of the llvm_backend code generation --- src/ir.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ir.cpp') 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); -- cgit v1.2.3