diff options
Diffstat (limited to 'include/bytecode')
-rw-r--r-- | include/bytecode/bytecode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bytecode/bytecode.h b/include/bytecode/bytecode.h index f649368..a70bb6f 100644 --- a/include/bytecode/bytecode.h +++ b/include/bytecode/bytecode.h @@ -173,6 +173,6 @@ CHECK_RESULT int bytecode_init(Bytecode *self, ArenaAllocator *allocator); CHECK_RESULT int buffer_append_header(Buffer *program_data); /* longjump to self->env on failure */ -void generate_bytecode_from_ssa(BytecodeCompilerContext *self); +void generate_bytecode_from_ir(BytecodeCompilerContext *self); #endif |