From 9fef4e8498255fb72f654514321ffc1e8ca382b6 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 2 Oct 2008 15:09:25 +0200 Subject: Add a multiple-value return pointer argument to all compiled procedures. --- MLKLLVMCompiler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MLKLLVMCompiler.h') 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 -- cgit v1.2.3