rename arith to binary

This commit is contained in:
r4
2021-12-23 20:10:02 +01:00
parent 97e8e32ebc
commit d185396a1c
6 changed files with 13 additions and 13 deletions

2
ir.h
View File

@@ -59,7 +59,7 @@ typedef struct IRTok {
struct {
size_t addr;
IRParam lhs, rhs;
} Arith;
} Binary;
struct {
size_t iaddr;