aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
diff options
context:
space:
mode:
authorJose Fonseca <[email protected]>2016-04-02 14:33:33 +0100
committerJose Fonseca <[email protected]>2016-04-03 09:51:27 +0100
commit11c4e5b45c246b638b5d98822ff512d1bb09c4fd (patch)
treed968f0e0b97c222a94fa19da1723042f6f4b3559 /src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
parentbcfb86b09de3bfc9c7cdf6925658b5e529a8fc62 (diff)
gallivm: Remove lp_build_load_volatile.
No longer needed. Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_misc.cpp')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_misc.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
index 61a50fa3b2e..c1e262bc1ed 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
+++ b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
@@ -178,14 +178,6 @@ gallivm_dispose_target_library_info(LLVMTargetLibraryInfoRef library_info)
*>(library_info);
}
-extern "C"
-LLVMValueRef
-lp_build_load_volatile(LLVMBuilderRef B, LLVMValueRef PointerVal,
- const char *Name)
-{
- return llvm::wrap(llvm::unwrap(B)->CreateLoad(llvm::unwrap(PointerVal), true, Name));
-}
-
#if HAVE_LLVM < 0x0304