From 065ea00d5c861411b5aaa41f29bd69a9f30e3ef3 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 11 Aug 2008 01:00:09 +0200 Subject: Implement most of the MLKForm class cluster. --- MLKLLVMCompiler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MLKLLVMCompiler.h') diff --git a/MLKLLVMCompiler.h b/MLKLLVMCompiler.h index 1e9bbf2..507c652 100644 --- a/MLKLLVMCompiler.h +++ b/MLKLLVMCompiler.h @@ -43,6 +43,8 @@ using namespace llvm; @end +#ifdef __cplusplus @interface MLKForm (MLKLLVMCompilation) -(Value *) processForLLVMInBlock:(BasicBlock **)block; @end +#endif -- cgit v1.2.3