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:
authorSteven Perron <stevenperron@google.com>2019-09-10 16:38:23 +0300
committerGitHub <noreply@github.com>2019-09-10 16:38:23 +0300
commit35c9518c4efd36370bb00f053789aa8e61b72d45 (patch)
treeaab07398f0d760a800480a15aaf212169df65d97 /Android.mk
parent7f7236f1eba0afae2669ea777896f0435be4c96d (diff)
Handle id overflow in the ssa rewriter. (#2845)
* Handle id overflow in the ssa rewriter. Remove LocalSSAElim pass at the same time. It does the same thing as the SSARewrite pass. Then even share almost all of the same code. Fixes crbug.com/997246
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 361cfce7a..c7f8e4790 100644
--- a/Android.mk
+++ b/Android.mk
@@ -131,7 +131,6 @@ SPVTOOLS_OPT_SRC_FILES := \
source/opt/local_redundancy_elimination.cpp \
source/opt/local_single_block_elim_pass.cpp \
source/opt/local_single_store_elim_pass.cpp \
- source/opt/local_ssa_elim_pass.cpp \
source/opt/loop_dependence.cpp \
source/opt/loop_dependence_helpers.cpp \
source/opt/loop_descriptor.cpp \