gallivm: Remove NULL check of pointer that can't be NULL.
authorVinson Lee <vlee@vmware.com>
Sun, 25 Apr 2010 06:31:35 +0000 (23:31 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 25 Apr 2010 06:31:35 +0000 (23:31 -0700)
commita1a7738223b754044213b969371823ec52b0a9e2
treee6e083dbf072bb214ce5a529e237ff5c010bd116
parent9bc54ca991e15d3a8200f4d64e778bba19338ef5
gallivm: Remove NULL check of pointer that can't be NULL.

info cannot be NULL at the call to debug_printf. emit_instruction
dereferences info, so at debug_printf it is either not NULL or the
program has already crashed.
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c