diff options
author | Jose Fonseca <[email protected]> | 2016-04-02 14:31:16 +0100 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2016-04-03 09:51:27 +0100 |
commit | bcfb86b09de3bfc9c7cdf6925658b5e529a8fc62 (patch) | |
tree | 3609f16a54701d648f10beba4b7b0450300e6f0d /src/gallium/auxiliary/gallivm/lp_bld_init.h | |
parent | 6d54096fa6cde0ebc7da29468071fe2c34aec0cf (diff) |
gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.
Only provide a fallback for LLVM 3.3.
One less dependency on LLVM C++ interface.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_init.h')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_init.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_init.h b/src/gallium/auxiliary/gallivm/lp_bld_init.h index ab44661a271..f0155b3a2ef 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_init.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_init.h @@ -77,14 +77,6 @@ func_pointer gallivm_jit_function(struct gallivm_state *gallivm, LLVMValueRef func); -void -lp_set_load_alignment(LLVMValueRef Inst, - unsigned Align); - -void -lp_set_store_alignment(LLVMValueRef Inst, - unsigned Align); - #ifdef __cplusplus } #endif |