From edd82bd03af3f81710f6de4ed0152acf596d9d8a Mon Sep 17 00:00:00 2001 From: Georg Lehmann Date: Mon, 17 Feb 2025 18:15:56 +0100 Subject: [PATCH] nir/peephole_select: don't include nir_search_helpers.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Daniel Schürmann Reviewed-by: Alyssa Rosenzweig Part-of: --- src/compiler/nir/nir_opt_peephole_select.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/nir/nir_opt_peephole_select.c b/src/compiler/nir/nir_opt_peephole_select.c index b92178b3372..bf70e870565 100644 --- a/src/compiler/nir/nir_opt_peephole_select.c +++ b/src/compiler/nir/nir_opt_peephole_select.c @@ -25,7 +25,6 @@ #include "nir.h" #include "nir_builder.h" #include "nir_control_flow.h" -#include "nir_search_helpers.h" /* * Implements a small peephole optimization that looks for