diff options
| author | gingerBill <bill@gingerbill.org> | 2017-11-09 22:48:00 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2017-11-09 22:48:00 +0000 |
| commit | eb4b3f5976d1563cd97841964e829fc638179cc5 (patch) | |
| tree | 4031277bf8d44d261a5c8a10ad2c62aed9e3dbfb /src/ssa.cpp | |
| parent | dbb070524ffde7d392c6776dae41ea440b0e84c6 (diff) | |
Change push allocator system; update core libraries
Diffstat (limited to 'src/ssa.cpp')
| -rw-r--r-- | src/ssa.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ssa.cpp b/src/ssa.cpp index 3a5e283e2..0edd7b1b3 100644 --- a/src/ssa.cpp +++ b/src/ssa.cpp @@ -2176,9 +2176,6 @@ void ssa_build_stmt_internal(ssaProc *p, AstNode *node) { ssa_emit_jump(p, b); case_end; - case_ast_node(pa, PushAllocator, node); - GB_PANIC("TODO: PushAllocator"); - case_end; case_ast_node(pc, PushContext, node); GB_PANIC("TODO: PushContext"); case_end; |