From 85fed148fd68c5e621353dfcf07351f66b290ce3 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 15 Jun 2023 12:46:28 +0200 Subject: less memset --- regalloc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'regalloc.c') 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]; -- cgit v1.2.3