summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-11 01:00:09 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-11 01:00:09 +0200
commit065ea00d5c861411b5aaa41f29bd69a9f30e3ef3 (patch)
tree4d73d1305c8ae8031f5091d38b0c36f526c99f2a /MLKLLVMCompiler.h
parentb3be10fa461a52b3ca774ad2a25162d0fc830cda (diff)
Implement most of the MLKForm class cluster.
Diffstat (limited to 'MLKLLVMCompiler.h')
-rw-r--r--MLKLLVMCompiler.h2
1 files changed, 2 insertions, 0 deletions
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