aboutsummaryrefslogtreecommitdiffhomepage
path: root/regalloc.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-06-15 12:46:28 +0200
committerlemon <lsof@mailbox.org>2023-06-15 12:46:28 +0200
commit85fed148fd68c5e621353dfcf07351f66b290ce3 (patch)
tree2f43a3554c0a90fab703ddae4e377b4e3cb2beed /regalloc.c
parentda8246e054a8bed6d918cb74dfe476976d1c99af (diff)
less memset
Diffstat (limited to 'regalloc.c')
-rw-r--r--regalloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/regalloc.c b/regalloc.c
index 4801db9..a43425c 100644
--- a/regalloc.c
+++ b/regalloc.c
@@ -1,4 +1,3 @@
-#include "common.h"
#include "ir.h"
static struct bitset globusage[1];