diff --git a/src/intel/compiler/brw_fs_reg_allocate.cpp b/src/intel/compiler/brw_fs_reg_allocate.cpp index c895230f7f6..7281f7514fb 100644 --- a/src/intel/compiler/brw_fs_reg_allocate.cpp +++ b/src/intel/compiler/brw_fs_reg_allocate.cpp @@ -229,7 +229,6 @@ void fs_visitor::calculate_payload_ranges(unsigned payload_node_count, * reserve it. */ payload_last_use_ip[0] = use_ip; - payload_last_use_ip[1] = use_ip; } ip++;