Merge pull request #3262 from lindenlab/add_continuations_test
[mono.git] / mono / mini / mini-llvm-cpp.h
index 50e89e858eac7599384ee9a87b9561f61c354884..f969274e4a7f6bfb211b13063d73dea5f51a61a2 100644 (file)
@@ -89,6 +89,9 @@ mono_llvm_set_preserveall_cc (LLVMValueRef func);
 void
 mono_llvm_set_call_preserveall_cc (LLVMValueRef call);
 
+void
+mono_llvm_set_call_notail (LLVMValueRef call);
+
 _Unwind_Reason_Code 
 mono_debug_personality (int a, _Unwind_Action b,
        uint64_t c, struct _Unwind_Exception *d, struct _Unwind_Context *e);