From a1256c0ea71eba50ecc0dd115e9331f0c790ea7f Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 4 Jun 2016 00:18:40 +0100 Subject: [PATCH] nir: automake: add nir_search_helpers.h to the sources list(s) Fixes: dfbae7d64f4 ("nir/algebraic: support for power-of-two optimizations") Signed-off-by: Emil Velikov --- src/compiler/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 800e3187c0d..ba773a737b5 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -235,6 +235,7 @@ NIR_FILES = \ nir/nir_repair_ssa.c \ nir/nir_search.c \ nir/nir_search.h \ + nir/nir_search_helpers.h \ nir/nir_split_var_copies.c \ nir/nir_sweep.c \ nir/nir_to_ssa.c \ -- 2.30.2