Skip to content

Commit cdd200f

Browse files
committed
Update test snapshots to reflect current IR output
1 parent 8b2fed7 commit cdd200f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/riscv-codegen.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ void emit_ph2_ir(ph2_ir_t *ph2_ir)
439439
void code_generate(void)
440440
{
441441
elf_data_start = elf_code_start + elf_offset;
442-
func_t *func;
443442

444443
/* start: save original sp in s0; allocate global stack; run init */
445444
emit(__addi(__s0, __sp, 0));

0 commit comments

Comments
 (0)