summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorSteven Perron <stevenperron@google.com>2018-05-30 23:50:07 -0400
committerSteven Perron <stevenperron@google.com>2018-06-01 10:13:39 -0400
commitfe2fbee294a8ad4434f828a8b4d99eafe9aac88c (patch)
tree732a7278db7244380fc0caa6b053511b56afe781 /Android.mk
parent9a008835f47885fe76028fb08bfeefa4d6618f8f (diff)
Delete the insert-extract-elim pass.
Replaces anything that creates an insert-extract-elim pass and create a simplifiation pass instead. Then delete the implementation of the pass. Fixes https://github.com/KhronosGroup/SPIRV-Tools/issues/1570.
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 a16ec144..ee774219 100644
--- a/Android.mk
+++ b/Android.mk
@@ -93,7 +93,6 @@ SPVTOOLS_OPT_SRC_FILES := \
source/opt/inline_pass.cpp \
source/opt/inline_exhaustive_pass.cpp \
source/opt/inline_opaque_pass.cpp \
- source/opt/insert_extract_elim.cpp \
source/opt/instruction.cpp \
source/opt/instruction_list.cpp \
source/opt/ir_context.cpp \