aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-11-10 16:32:37 -0500
committerAndrew Kelley <superjoe30@gmail.com>2017-11-10 16:32:37 -0500
commit019f18058bb74816f8754de63a219347597e06da (patch)
tree18fc61285f726018d1a54dc079767bb074259cf5 /src/ir.cpp
parent403a46abccbc03e70e7975d00a5134867a1d4fc7 (diff)
downloadzig-019f18058bb74816f8754de63a219347597e06da.tar.gz
zig-019f18058bb74816f8754de63a219347597e06da.zip
fix test failures
put all the codegen for fn prototypes to the same place
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 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);
}