summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile
index 98417d2b75..89a956d9dd 100644
--- a/utils/TableGen/Makefile
+++ b/utils/TableGen/Makefile
@@ -16,21 +16,3 @@ FileLexer.cpp: FileParser.h
clean::
-rm -f FileParser.cpp FileParser.h FileLexer.cpp CommandLine.cpp
-rm -f FileParser.output
-
-
-dump:: $(TOOLEXENAME_G)
- $(TOOLEXENAME_G) < X86.td
-
-parse: $(TOOLEXENAME_G)
- $(TOOLEXENAME_G) < X86.td -parse
-
-test:: $(TOOLEXENAME_G)
- @echo "enum {"
- @$(TOOLEXENAME_G) < X86.td -class=Register
- @echo
- @echo "};"
-
- @echo "enum {"
- @$(TOOLEXENAME_G) < X86.td -class=Instruction
- @echo
- @echo "};"