gallivm: handle -inf, inf and nan's in sin/cos instructions
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_misc.h
index 4f80b38280ceca84bbe64ab31362d9a20064d2b2..1f735fbcde6d7dd5f41d7250b1ddbd20176ce61a 100644 (file)
@@ -40,9 +40,6 @@ extern "C" {
 
 
 
-extern void
-lp_register_oprofile_jit_event_listener(LLVMExecutionEngineRef EE);
-
 extern void
 lp_set_target_options(void);
 
@@ -56,10 +53,11 @@ lp_build_load_volatile(LLVMBuilderRef B, LLVMValueRef PointerVal,
                        const char *Name);
 
 extern int
-lp_build_create_mcjit_compiler_for_module(LLVMExecutionEngineRef *OutJIT,
-                                          LLVMModuleRef M,
-                                          unsigned OptLevel,
-                                          char **OutError);
+lp_build_create_jit_compiler_for_module(LLVMExecutionEngineRef *OutJIT,
+                                        LLVMModuleRef M,
+                                        unsigned OptLevel,
+                                        int useMCJIT,
+                                        char **OutError);
 
 
 #ifdef __cplusplus