summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKLLVMCompiler.h')
-rw-r--r--MLKLLVMCompiler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKLLVMCompiler.h b/MLKLLVMCompiler.h
index d398f0f..cdcda0d 100644
--- a/MLKLLVMCompiler.h
+++ b/MLKLLVMCompiler.h
@@ -45,6 +45,8 @@ using namespace llvm;
+(void) processTopLevelForm:(id)object
inMode:(enum MLKProcessingMode)mode;
++(void) markVariablesForHeapAllocationInForm:(MLKForm *)form;
+
#ifdef __cplusplus
+(Value *) processForm:(MLKForm *)form;