diff ir/irvar.h @ 1209:8699c450a1a0

Implement -nested-ctx=hybrid
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 12 Apr 2009 20:23:00 +0200
parents 340acf1535d0
children 79758fd2f48a
line wrap: on
line diff
--- a/ir/irvar.h	Sun Apr 12 16:22:21 2009 +0200
+++ b/ir/irvar.h	Sun Apr 12 20:23:00 2009 +0200
@@ -26,6 +26,8 @@
 {
     IrLocal(VarDeclaration* v);
 
+    bool byref;         // Not used for -nested-ctx=array
+    int nestedDepth;    // ditto
     int nestedIndex;
 };