nir: Remove some no longer needed asserts
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 6 Oct 2016 02:56:54 +0000 (19:56 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 6 Oct 2016 16:16:39 +0000 (09:16 -0700)
commitae032e5ea61dac3c63d74056174939e5ec091629
tree86684d642726e12aff0914b62a74f8c4c30321b1
parent2ed17d46de045404042f13c6591895a1cf31b167
nir: Remove some no longer needed asserts

Now that the NIR casting functions have type assertions, we have a bunch of
assertions that aren't needed anymore.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
src/compiler/nir/nir.h
src/compiler/nir/nir_control_flow.c
src/compiler/nir/nir_lower_atomics.c
src/compiler/nir/nir_lower_indirect_derefs.c
src/compiler/nir/nir_lower_io.c
src/compiler/nir/nir_lower_locals_to_regs.c
src/compiler/nir/nir_lower_to_source_mods.c
src/compiler/nir/nir_opt_peephole_select.c