diff ir/irfunction.cpp @ 1216:033f18ec1371

Unify %.frames_list and %.frame into a single data structure, generalizing r1212 to all frames instead of just the outer-most one.
author Frits van Bommel <fvbommel wxs.nl>
date Wed, 15 Apr 2009 20:59:19 +0200
parents df2227fdc860
children 5f340a6dc749
line wrap: on
line diff
--- a/ir/irfunction.cpp	Mon Apr 13 17:42:36 2009 +0200
+++ b/ir/irfunction.cpp	Wed Apr 15 20:59:19 2009 +0200
@@ -109,10 +109,10 @@
     retArg = NULL;
     thisArg = NULL;
     nestArg = NULL;
-    elidedCtxList = false;
 
     nestedVar = NULL;
-    framesType = NULL;
+    frameType = NULL;
+    depth = 0;
     
     _arguments = NULL;
     _argptr = NULL;