From 06dc9f9bec349df6f3dffed0a9b5d1a4b16c8b27 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 23 Aug 2008 18:48:00 +0200 Subject: MLKForm(MLKLLVMCompilation): Rename -processForLLVM to -reallyProcessForLLVM, make the former a debugging hook. --- MLKLLVMCompiler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'MLKLLVMCompiler.h') diff --git a/MLKLLVMCompiler.h b/MLKLLVMCompiler.h index 8a10c86..d398f0f 100644 --- a/MLKLLVMCompiler.h +++ b/MLKLLVMCompiler.h @@ -82,5 +82,6 @@ using namespace llvm; #ifdef __cplusplus @interface MLKForm (MLKLLVMCompilation) -(Value *) processForLLVM; +-(Value *) reallyProcessForLLVM; @end #endif -- cgit v1.2.3