nir/loop_unroll: Update the comments for loop_prepare_for_unroll
authorDanylo Piliaiev <danylo.piliaiev@globallogic.com>
Mon, 19 Aug 2019 15:05:39 +0000 (18:05 +0300)
committerTimothy Arceri <tarceri@itsqueeze.com>
Wed, 21 Aug 2019 10:43:27 +0000 (10:43 +0000)
commit8869f44e9a8b53b008fc31583291446ad4d54497
tree76a8c03c97ec00a57504ba3a106dd4ffd95b0555
parente04761d0f9b5b10eed01bc4c2893070a31aa35cf
nir/loop_unroll: Update the comments for loop_prepare_for_unroll

The comments say that we should remove continue if it is the last
intruction in a loop however we remove any kind of jump.

Signed-off-by: Danylo Piliaiev <danylo.piliaiev@globallogic.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/compiler/nir/nir_opt_loop_unroll.c