summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-10-02 15:09:25 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-10-02 15:09:25 +0200
commit9fef4e8498255fb72f654514321ffc1e8ca382b6 (patch)
treea4cd7afe213f6f6c634cbf75f0ddabd500eb6545 /MLKLLVMCompiler.h
parent637efdc284d97ccb04edc676428ecda077f940f6 (diff)
Add a multiple-value return pointer argument to all compiled procedures.
Diffstat (limited to 'MLKLLVMCompiler.h')
-rw-r--r--MLKLLVMCompiler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MLKLLVMCompiler.h b/MLKLLVMCompiler.h
index 44f1b33..e0ff2d4 100644
--- a/MLKLLVMCompiler.h
+++ b/MLKLLVMCompiler.h
@@ -84,7 +84,7 @@ using namespace llvm;
#ifdef __cplusplus
@interface MLKForm (MLKLLVMCompilation)
--(Value *) processForLLVM;
--(Value *) reallyProcessForLLVM;
+-(Value *) processForLLVMWithMultiValue:(Value *)multiValue;
+-(Value *) reallyProcessForLLVMWithMultiValue:(Value *)multiValue;
@end
#endif