freedreno/ir3: fix cmdline compiler
authorRob Clark <robdclark@gmail.com>
Sat, 20 May 2017 15:18:08 +0000 (11:18 -0400)
committerRob Clark <robdclark@gmail.com>
Tue, 23 May 2017 16:26:35 +0000 (12:26 -0400)
commit90dade300fc38132ce5dbf2279628b38d9a84ab0
tree65336842beeeb1db8e7177c251d2826d97fd64f9
parent1059dc9165d8d6fae76fcf04709514806e07dd44
freedreno/ir3: fix cmdline compiler

standalone_compiler_cleanup() frees the glsl types, among other things,
so it needs to come after nir->ir3.  But since we exit after dumping the
disassembly, it is easier to just not call it at all.

Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/ir3/ir3_cmdline.c