diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_sample.c')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_sample.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.c b/src/gallium/auxiliary/gallivm/lp_bld_sample.c index e60a035a882..aeecba8952c 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_sample.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.c @@ -976,15 +976,6 @@ lp_build_linear_mip_levels(struct lp_build_sample_context *bld, * ends in the process. */ - /* - * This code (vector select in particular) only works with llvm 3.1 - * (if there's more than one quad, with x86 backend). Might consider - * converting to our lp_bld_logic helpers. - */ -#if HAVE_LLVM < 0x0301 - assert(leveli_bld->type.length == 1); -#endif - /* *level0_out < first_level */ clamp_min = LLVMBuildICmp(builder, LLVMIntSLT, *level0_out, first_level, |