summaryrefslogtreecommitdiff
path: root/MLKForm.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-09-02 10:54:52 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-09-02 10:54:52 +0200
commit6f78d0db3e577b615b0a3cc79b4a87c0a8b94ef2 (patch)
tree12875cff10f021c58ec1ae2760102ba22387f00a /MLKForm.m
parent1e1bbbf51144d68dcef7d1abf8dab0f3ade3fb1a (diff)
MLKLLVMCompiler#-markVariablesForHeapAllocationInForm: Fix heap allocation flag setting.
Diffstat (limited to 'MLKForm.m')
-rw-r--r--MLKForm.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/MLKForm.m b/MLKForm.m
index 3821886..94df172 100644
--- a/MLKForm.m
+++ b/MLKForm.m
@@ -100,6 +100,11 @@
return freeVariables;
}
+-(MLKLexicalContext *) context
+{
+ return _context;
+}
+
-(void) dealloc
{
LDESTROY (_form);