diff ir/irfunction.h @ 1209:8699c450a1a0

Implement -nested-ctx=hybrid
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 12 Apr 2009 20:23:00 +0200
parents 40caa8207b3e
children df2227fdc860
line wrap: on
line diff
--- a/ir/irfunction.h	Sun Apr 12 16:22:21 2009 +0200
+++ b/ir/irfunction.h	Sun Apr 12 20:23:00 2009 +0200
@@ -45,6 +45,7 @@
     llvm::Value* nestArg; // nested function 'this' arg
     
     llvm::Value* nestedVar; // nested var alloca
+    const llvm::StructType* framesType; // type of nested context (not for -nested-ctx=array)
     
     llvm::Value* _arguments;
     llvm::Value* _argptr;