Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Donaldson <afdx@google.com>2019-02-08 19:20:29 +0300
committerGitHub <noreply@github.com>2019-02-08 19:20:29 +0300
commit34c5ac614c54789c021fcce0dbcc69704fad9e5c (patch)
tree44f7ad64b0a1aa17de5fd39561b979e86d4b6caf /Android.mk
parent10a7def6c03e29c4246a01577199aaf35e29f9f9 (diff)
Fixes #2358. Added to the reducer the ability to remove a function t… (#2361)
* Fixes #2358. Added to the reducer the ability to remove a function that is not directly called. Factored out some code from the optimizer to help with this.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 67d4fc3f3..986f39cad 100644
--- a/Android.mk
+++ b/Android.mk
@@ -98,6 +98,7 @@ SPVTOOLS_OPT_SRC_FILES := \
source/opt/dominator_tree.cpp \
source/opt/eliminate_dead_constant_pass.cpp \
source/opt/eliminate_dead_functions_pass.cpp \
+ source/opt/eliminate_dead_functions_util.cpp \
source/opt/feature_manager.cpp \
source/opt/flatten_decoration_pass.cpp \
source/opt/fold.cpp \