nir: delete not needed for reinserted nir_cf_list
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Thu, 5 Jul 2018 20:02:30 +0000 (13:02 -0700)
committerRafael Antognolli <rafael.antognolli@intel.com>
Thu, 12 Jul 2018 21:03:51 +0000 (14:03 -0700)
commit1f6ce1973a0d14951b6b4503fbefa78bc80209f3
tree5aed05963b5db6c28338dee8e834f5b104297379
parent13cfd6cc9669b5c4fdc8186d0753ddff24e0fb6c
nir: delete not needed for reinserted nir_cf_list

It wasn't causing problems since there's nothing to delete, but better
be consistent with the rest of existing codebase.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/nir/nir_opt_if.c