intel/compiler: Remove unnecessary local variables

These are already provided in the fs_reg_alloc class.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4093>
This commit is contained in:
Matt Turner
2020-02-29 16:12:25 -08:00
committed by Marge Bot
parent 3d0821a216
commit 43019c6f2c

View File

@@ -719,9 +719,6 @@ fs_reg_alloc::setup_inst_interference(fs_inst *inst)
void
fs_reg_alloc::build_interference_graph(bool allow_spilling)
{
const gen_device_info *devinfo = fs->devinfo;
const brw_compiler *compiler = fs->compiler;
/* Compute the RA node layout */
node_count = 0;
first_payload_node = node_count;