summaryrefslogtreecommitdiff
path: root/MLKLexicalContext-MLKLLVMCompilation.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-16 21:56:34 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-16 22:02:00 +0200
commita78119062f100f3da6e1243ce464c2819da64a2b (patch)
tree1f3a50b735f987c1a4e8cd2212c1ab196d206851 /MLKLexicalContext-MLKLLVMCompilation.h
parenta3ce495d346709238b24a381ef2ab80a8cf03c95 (diff)
MLKLexicalContext(MLKLLVMCompilation): Further fix value types.
Diffstat (limited to 'MLKLexicalContext-MLKLLVMCompilation.h')
-rw-r--r--MLKLexicalContext-MLKLLVMCompilation.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/MLKLexicalContext-MLKLLVMCompilation.h b/MLKLexicalContext-MLKLLVMCompilation.h
index eaae1f3..d42140e 100644
--- a/MLKLexicalContext-MLKLLVMCompilation.h
+++ b/MLKLexicalContext-MLKLLVMCompilation.h
@@ -26,6 +26,7 @@
#include <vector>
#include <llvm/Value.h>
#include <llvm/BasicBlock.h>
+#include <llvm/Instructions.h>
using namespace llvm;
#endif
@@ -34,8 +35,8 @@ using namespace llvm;
#ifdef __cplusplus
-(void) setVariableHeapAllocation:(BOOL)heapp forSymbol:(id)name;
-(BOOL) variableHeapAllocationForSymbol:(id)name;
--(Value *) functionCellValueForSymbol:(id)name;
--(Value *) closureDataPointerValueForSymbol:(id)name;
+-(Instruction *) functionCellValueForSymbol:(id)name;
+-(Instruction *) closureDataPointerValueForSymbol:(id)name;
-(Value *) bindingValueForSymbol:(id)name;
-(Value *) valueValueForSymbol:(id)name;
//-(void) setFunctionCellValue:(Value *)cellPtr forSymbol:(id)name;