diff options
author | Teddy <[email protected]> | 2014-05-04 02:37:59 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-05-04 02:37:59 +0800 |
commit | 433521231784c6ce26900f88c382bee63cdd169b (patch) | |
tree | 99a61049300c73e7d5ab56c65c1776927efc206e /semantics.h | |
parent | 3730b0fa4b526f5acab73f3f5483f6c044178d3d (diff) |
resolve interval building issues in loops
Diffstat (limited to 'semantics.h')
-rw-r--r-- | semantics.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |