aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Makefile
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2012-09-27 01:59:07 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2012-09-27 01:59:07 +0000
commitcc46fe591af10c193c17323547a3dd7cc00c925d (patch)
treeb557338cb9818b31101b132dcbe51860a0c6ee32 /lib/Target/Mips/Makefile
parent7e105bcc3ab0e0e8ddc7617b37a9fe9cd1d0b1bf (diff)
downloadexternal_llvm-cc46fe591af10c193c17323547a3dd7cc00c925d.zip
external_llvm-cc46fe591af10c193c17323547a3dd7cc00c925d.tar.gz
external_llvm-cc46fe591af10c193c17323547a3dd7cc00c925d.tar.bz2
MIPS DSP: add code necessary for pseudo instruction lowering.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164747 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/Makefile')
-rw-r--r--lib/Target/Mips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/Makefile b/lib/Target/Mips/Makefile
index 93de517..bd8c517 100644
--- a/lib/Target/Mips/Makefile
+++ b/lib/Target/Mips/Makefile
@@ -17,7 +17,7 @@ BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrInfo.inc \
MipsGenDAGISel.inc MipsGenCallingConv.inc \
MipsGenSubtargetInfo.inc MipsGenMCCodeEmitter.inc \
MipsGenEDInfo.inc MipsGenDisassemblerTables.inc \
- MipsGenAsmMatcher.inc
+ MipsGenMCPseudoLowering.inc MipsGenAsmMatcher.inc
DIRS = InstPrinter Disassembler AsmParser TargetInfo MCTargetDesc