intel/eu: Get rid of the return value of brw_send_indirect_message().
authorFrancisco Jerez <currojerez@riseup.net>
Sat, 2 Jun 2018 22:08:18 +0000 (15:08 -0700)
committerFrancisco Jerez <currojerez@riseup.net>
Tue, 10 Jul 2018 06:46:58 +0000 (23:46 -0700)
commit6f81e2b9943c3d2f42b96e1c158e253ba0283784
tree9e30f68b69b458b7f3c45d672ff5a95b557bb80e
parentb3cce4c1308748c6a0de833ff0ddf07e62ade6b7
intel/eu: Get rid of the return value of brw_send_indirect_message().

The return value is not used anymore.  This allows simplifying the
code slightly, and in addition it should frustrate anybody's attempts
to continue using the obsolete piecemeal approach to construct a
message descriptor in combination with brw_send_indirect_message().

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/compiler/brw_eu.h
src/intel/compiler/brw_eu_emit.c