From 019f18058bb74816f8754de63a219347597e06da Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 10 Nov 2017 16:32:37 -0500 Subject: fix test failures put all the codegen for fn prototypes to the same place --- 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 901ba47b76..fdaced6806 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -10584,7 +10584,6 @@ static TypeTableEntry *ir_analyze_fn_call(IrAnalyze *ira, IrInstructionCall *cal impl_fn->analyzed_executable.source_node = call_instruction->base.source_node; impl_fn->analyzed_executable.parent_exec = ira->new_irb.exec; - ira->codegen->fn_protos.append(impl_fn); ira->codegen->fn_defs.append(impl_fn); } -- cgit v1.2.3