summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-09-28 17:26:35 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-09-28 17:26:35 +0200
commitef2536760d6e144f7d903f9f488d3350c2bd2221 (patch)
treea5413ed01d984573992c8793cd76928eb934a805 /MLKLLVMCompiler.h
parent095213f5a96bdb8b1c5a3233f62bb4a6674d4257 (diff)
LLVM compiler: Add various disabled debugging statements.
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