summaryrefslogtreecommitdiffstats
path: root/src/amd/Makefile.sources
diff options
context:
space:
mode:
authorDaniel Schürmann <[email protected]>2020-04-07 12:20:52 +0100
committerMarge Bot <[email protected]>2020-04-10 07:19:27 +0000
commit331794495ed0e8bbd87cafedfa9ef334bb43b0b7 (patch)
treecbf210b26dae93a4b2af2449884231b8a332b209 /src/amd/Makefile.sources
parent1d41521b16c73113b5f5318d6e021310760f1e97 (diff)
aco: rename aco_lower_bool_phis() -> aco_lower_phis()
We also lower subdword phis, now. Reviewed-by: Rhys Perry <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4492>
Diffstat (limited to 'src/amd/Makefile.sources')
-rw-r--r--src/amd/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources
index a30619641be..04d4d7dd848 100644
--- a/src/amd/Makefile.sources
+++ b/src/amd/Makefile.sources
@@ -86,7 +86,7 @@ ACO_FILES = \
compiler/aco_reduce_assign.cpp \
compiler/aco_register_allocation.cpp \
compiler/aco_live_var_analysis.cpp \
- compiler/aco_lower_bool_phis.cpp \
+ compiler/aco_lower_phis.cpp \
compiler/aco_lower_to_cssa.cpp \
compiler/aco_lower_to_hw_instr.cpp \
compiler/aco_optimizer.cpp \