diff options
author | Akira Hatanaka <ahatanaka@mips.com> | 2012-07-31 22:11:05 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@mips.com> | 2012-07-31 22:11:05 +0000 |
commit | 2c64adf672fc0d6c859946017140143781b7b8ff (patch) | |
tree | ecc4437a4ac42a8284759ab1a94a21435c8e24ef | |
parent | 1e18841f627bef4ddf089582b47c44fa2eb0f84e (diff) | |
download | bcm5719-llvm-2c64adf672fc0d6c859946017140143781b7b8ff.tar.gz bcm5719-llvm-2c64adf672fc0d6c859946017140143781b7b8ff.zip |
Add Mips16InstrInfo.cpp and MipsSEInstrInfo.cpp to CMakeLists.txt.
llvm-svn: 161083
-rw-r--r-- | llvm/lib/Target/Mips/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/Mips/CMakeLists.txt b/llvm/lib/Target/Mips/CMakeLists.txt index e9a228c3313..275279c452f 100644 --- a/llvm/lib/Target/Mips/CMakeLists.txt +++ b/llvm/lib/Target/Mips/CMakeLists.txt @@ -13,6 +13,7 @@ tablegen(LLVM MipsGenEDInfo.inc -gen-enhanced-disassembly-info) add_public_tablegen_target(MipsCommonTableGen) add_llvm_target(MipsCodeGen + Mips16InstrInfo.cpp MipsAnalyzeImmediate.cpp MipsAsmPrinter.cpp MipsCodeEmitter.cpp @@ -26,6 +27,7 @@ add_llvm_target(MipsCodeGen MipsMCInstLower.cpp MipsMachineFunction.cpp MipsRegisterInfo.cpp + MipsSEInstrInfo.cpp MipsSubtarget.cpp MipsTargetMachine.cpp MipsTargetObjectFile.cpp |