nvc0: preemptively insert branch at ENDIF
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 24 Feb 2011 16:22:15 +0000 (17:22 +0100)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 24 Feb 2011 16:35:35 +0000 (17:35 +0100)
commitcd47f10c901d7ac48843586432c2e592ed35eed3
tree66f60762b683a4a1a19d0c4ca21492d32a2aa08c
parent4377657f8e204fe2c7b6af194293dd3bea63fca8
nvc0: preemptively insert branch at ENDIF

Might be necessary if a block sneaks in somewhere, like a common
block for moves of phi sources after a loop break.

This is harmless and normally will be removed before emission.
src/gallium/drivers/nvc0/nvc0_pc_optimize.c
src/gallium/drivers/nvc0/nvc0_tgsi_to_nc.c