Re: [Mesa-dev] [PATCH 1/5] gallivm: (trivial) remove unnecessary disabled debug code

2014-05-13 Thread Jose Fonseca
My recent patch series removes this function altogether. Jose - Original Message - > From: Roland Scheidegger > > gallivm_verify_function is the only caller of gallivm_optimize_function > and it already does this (except it's enabled there). > --- > src/gallium/auxiliary/gallivm/lp_bld

[Mesa-dev] [PATCH 1/5] gallivm: (trivial) remove unnecessary disabled debug code

2014-05-12 Thread sroland
From: Roland Scheidegger gallivm_verify_function is the only caller of gallivm_optimize_function and it already does this (except it's enabled there). --- src/gallium/auxiliary/gallivm/lp_bld_init.c | 8 1 file changed, 8 deletions(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_i