From ef2536760d6e144f7d903f9f488d3350c2bd2221 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 28 Sep 2008 17:26:35 +0200 Subject: LLVM compiler: Add various disabled debugging statements. --- MLKLLVMCompiler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'MLKLLVMCompiler.h') 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 -- cgit v1.2.3