diff options
author | Emil Velikov <[email protected]> | 2016-06-04 00:18:40 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-06-04 00:18:40 +0100 |
commit | a1256c0ea71eba50ecc0dd115e9331f0c790ea7f (patch) | |
tree | f5a78765be9f9a9c918c2dcf193451e1ccbc3dd3 /src/compiler/Makefile.sources | |
parent | 1535519e51af75c6860c07d4403c77f18634cb09 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |