summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-23 18:48:00 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-23 18:48:00 +0200
commit06dc9f9bec349df6f3dffed0a9b5d1a4b16c8b27 (patch)
treec90dc1b7ab6cb813863e2a18b819471d9d0f6dd6 /MLKLLVMCompiler.h
parenta7d76b264db02bb86c54ce5cb159df653af05bf3 (diff)
MLKForm(MLKLLVMCompilation): Rename -processForLLVM to -reallyProcessForLLVM, make the former a debugging hook.
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 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