summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKLLVMCompiler.h')
-rw-r--r--MLKLLVMCompiler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/MLKLLVMCompiler.h b/MLKLLVMCompiler.h
index cf2823b..d398f0f 100644
--- a/MLKLLVMCompiler.h
+++ b/MLKLLVMCompiler.h
@@ -32,6 +32,8 @@ using namespace llvm;
#endif
@interface MLKLLVMCompiler : NSObject
++(void) load;
+
+(void) initialize;
+(id) compile:(id)object
@@ -80,5 +82,6 @@ using namespace llvm;
#ifdef __cplusplus
@interface MLKForm (MLKLLVMCompilation)
-(Value *) processForLLVM;
+-(Value *) reallyProcessForLLVM;
@end
#endif