llvmpipe/draw: always enable LLVMAddInstructionCombiningPass()
authorBrian Paul <brianp@vmware.com>
Wed, 20 Oct 2010 20:47:32 +0000 (14:47 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 20 Oct 2010 20:49:07 +0000 (14:49 -0600)
commitf36346c11662901cc2f2b2239d9adb38bbdc54b6
treef6a2fb18c92069138c286a282695827b18ffd4ff
parent5a3ac74ad594bd221389c2a5631f7ca8b8677fb0
llvmpipe/draw: always enable LLVMAddInstructionCombiningPass()

We were working around an LLVM 2.5 bug but we're using LLVM 2.6 or later now.
This basically reverts commit baddcbc5225e12052b3bc8c07a8b65243d76574d.
This fixes the piglit bug/tri-tex-crash.c failure.
src/gallium/auxiliary/draw/draw_llvm.c
src/gallium/drivers/llvmpipe/lp_jit.c