diff options
| author | Roman Divacky <rdivacky@freebsd.org> | 2012-12-19 19:55:47 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@freebsd.org> | 2012-12-19 19:55:47 +0000 |
| commit | 759e3fa641d0ad01012d16d913015c9f69c8d2ab (patch) | |
| tree | 3f3feb02acd10e3521ffc36e766cb3f58157ad71 /lib/Target/Mips/Makefile | |
| parent | 6da2e22dffe9dd0255e10a8934f2879eb7e87868 (diff) | |
| download | external_llvm-759e3fa641d0ad01012d16d913015c9f69c8d2ab.zip external_llvm-759e3fa641d0ad01012d16d913015c9f69c8d2ab.tar.gz external_llvm-759e3fa641d0ad01012d16d913015c9f69c8d2ab.tar.bz2 | |
Remove edis - the enhanced disassembler. Fixes PR14654.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170578 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/Makefile')
| -rw-r--r-- | lib/Target/Mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/Makefile b/lib/Target/Mips/Makefile index bd8c517..bcf951e 100644 --- a/lib/Target/Mips/Makefile +++ b/lib/Target/Mips/Makefile @@ -16,7 +16,7 @@ BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrInfo.inc \ MipsGenAsmWriter.inc MipsGenCodeEmitter.inc \ MipsGenDAGISel.inc MipsGenCallingConv.inc \ MipsGenSubtargetInfo.inc MipsGenMCCodeEmitter.inc \ - MipsGenEDInfo.inc MipsGenDisassemblerTables.inc \ + MipsGenDisassemblerTables.inc \ MipsGenMCPseudoLowering.inc MipsGenAsmMatcher.inc DIRS = InstPrinter Disassembler AsmParser TargetInfo MCTargetDesc |
