summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKLLVMCompiler.h')
-rw-r--r--MLKLLVMCompiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKLLVMCompiler.h b/MLKLLVMCompiler.h
index cdcda0d..44f1b33 100644
--- a/MLKLLVMCompiler.h
+++ b/MLKLLVMCompiler.h
@@ -77,6 +77,7 @@ using namespace llvm;
+(Value *) insertClassLookup:(NSString *)className;
+(void) insertTrace:(NSString *)message;
++(void) insertPointerTrace:(Value *)value;
#endif
@end