From 433521231784c6ce26900f88c382bee63cdd169b Mon Sep 17 00:00:00 2001 From: Teddy Date: Sun, 4 May 2014 02:37:59 +0800 Subject: resolve interval building issues in loops --- semantics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'semantics.h') diff --git a/semantics.h b/semantics.h index 039e551..855efb1 100644 --- a/semantics.h +++ b/semantics.h @@ -50,6 +50,7 @@ struct CVar { int global; /* the following fields are used for renaming */ int cnt; + int weight; COList_t stack; }; -- cgit v1.2.3