projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1535519
)
nir: automake: add nir_search_helpers.h to the sources list(s)
author
Emil Velikov
<emil.velikov@collabora.com>
Fri, 3 Jun 2016 23:18:40 +0000
(
00:18
+0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 3 Jun 2016 23:18:40 +0000
(
00:18
+0100)
Fixes: dfbae7d64f4 ("nir/algebraic: support for power-of-two
optimizations")
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/compiler/Makefile.sources
patch
|
blob
|
history
diff --git
a/src/compiler/Makefile.sources
b/src/compiler/Makefile.sources
index 800e3187c0dc0008bdeb09336bfaa9f4410d4282..ba773a737b5d69961fd15c6b81f3b56c191b7196 100644
(file)
--- 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 \