aboutsummaryrefslogtreecommitdiff
path: root/src/analyze.hpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-07-21 19:56:37 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-07-21 19:56:37 -0400
commit78e03c466c6641571adef4bb3931d6cc6f425eb4 (patch)
tree7e59a9aae51c69eee5414a39a534b43a40f2e903 /src/analyze.hpp
parent56c08eb3025a622e5d3f5b2b6c704f8dc2cddf47 (diff)
downloadzig-78e03c466c6641571adef4bb3931d6cc6f425eb4.tar.gz
zig-78e03c466c6641571adef4bb3931d6cc6f425eb4.zip
simple async function passing test
Diffstat (limited to 'src/analyze.hpp')
-rw-r--r--src/analyze.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/analyze.hpp b/src/analyze.hpp
index 286ff5e043..3f226080b5 100644
--- a/src/analyze.hpp
+++ b/src/analyze.hpp
@@ -105,7 +105,6 @@ void eval_min_max_value(CodeGen *g, ZigType *type_entry, ConstExprValue *const_v
void eval_min_max_value_int(CodeGen *g, ZigType *int_type, BigInt *bigint, bool is_max);
void render_const_value(CodeGen *g, Buf *buf, ConstExprValue *const_val);
-void analyze_fn_ir(CodeGen *g, ZigFn *fn_table_entry, AstNode *return_type_node);
ScopeBlock *create_block_scope(CodeGen *g, AstNode *node, Scope *parent);
ScopeDefer *create_defer_scope(CodeGen *g, AstNode *node, Scope *parent);