gallivm: Remove lp_build_load_volatile.
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_misc.h
index 30b7b1674af97a1bbfa4dc4bb1aeefa6e608b65d..d038e3bee009310c06f9e8d8f69e152b3965d743 100644 (file)
@@ -55,10 +55,6 @@ extern void
 lp_set_target_options(void);
 
 
-extern LLVMValueRef
-lp_build_load_volatile(LLVMBuilderRef B, LLVMValueRef PointerVal,
-                       const char *Name);
-
 extern int
 lp_build_create_jit_compiler_for_module(LLVMExecutionEngineRef *OutJIT,
                                         struct lp_generated_code **OutCode,