From bdb0276b534b817afb0b79f8e63196eed5d8bd7f Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 26 Jun 2023 00:06:26 +0200 Subject: frontend: add labels and goto statement --- common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common.h') diff --git a/common.h b/common.h index b98ecc0..a47837a 100644 --- a/common.h +++ b/common.h @@ -128,6 +128,7 @@ struct option { a : 1, /* after abi0 */ m : 1, /* after mem */ i : 1, /* after isel */ + l : 1, /* after liveness fixup */ r : 1; /* after regalloc */ }; uchar any; -- cgit v1.2.3