summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-15 23:21:41 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-16 15:37:08 +0200
commitae6e74608bfb068a431ba397f4b69cabc31d06e2 (patch)
tree7e57921158f5be65cd90d98ce73d020641d71513 /MLKLLVMCompiler.h
parent207427cfa0c42a511ef677cf456430855c86c319 (diff)
LLVM compiler: Add trace messages to compiled code.
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 7a38679..0fbf51e 100644
--- a/MLKLLVMCompiler.h
+++ b/MLKLLVMCompiler.h
@@ -61,6 +61,8 @@ using namespace llvm;
withName:(NSString *)name;
+(Value *) insertClassLookup:(NSString *)className;
+
++(void) insertTrace:(NSString *)message;
#endif
@end