aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TableGen/Android.mk')
-rw-r--r--utils/TableGen/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/Android.mk b/utils/TableGen/Android.mk
index e8562da..aa26ef6 100644
--- a/utils/TableGen/Android.mk
+++ b/utils/TableGen/Android.mk
@@ -20,7 +20,6 @@ tablegen_SRC_FILES := \
EDEmitter.cpp \
FastISelEmitter.cpp \
FixedLenDecoderEmitter.cpp \
- InstrEnumEmitter.cpp \
InstrInfoEmitter.cpp \
IntrinsicEmitter.cpp \
PseudoLoweringEmitter.cpp \
@@ -31,6 +30,7 @@ tablegen_SRC_FILES := \
TGValueTypes.cpp \
TableGen.cpp \
X86DisassemblerTables.cpp \
+ X86ModRMFilters.cpp \
X86RecognizableInstr.cpp
include $(CLEAR_VARS)