intel/compiler: Remove one overload of backend_instruction::insert_before
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 22 Mar 2023 02:13:03 +0000 (19:13 -0700)
committerMarge Bot <emma+marge@anholt.net>
Thu, 6 Apr 2023 19:07:50 +0000 (19:07 +0000)
commitfb950a9edfe98dc1cc581e1aa37a41c38c2e76cb
treec822b493c8e97e11795ef1585407bbd5fd00715c
parent179a694232c713310bc9bd54e4edef4deb109f1c
intel/compiler: Remove one overload of backend_instruction::insert_before

The version that takes a list of instructions is not used. I did not do
any archaeology to find out when the last user was removed.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22299>
src/intel/compiler/brw_ir.h
src/intel/compiler/brw_shader.cpp