diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-10-07 00:51:40 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-25 14:36:46 +0200 |
commit | 111bd0c7cb4b446c4bfe192b1df82845de17c005 (patch) | |
tree | f8efde64837e03f13dfb2baae3160a98bda8913a /include/bytecode | |
parent | a9a8cf8d337470bb9b4466aea9593df7f5fac776 (diff) |
Rename ssa to ir
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 |