The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed by the...
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc / CMakeLists.txt
1 add_llvm_library(LLVMMipsDesc
2   MipsAsmBackend.cpp
3   MipsDirectObjLower.cpp
4   MipsMCAsmInfo.cpp
5   MipsMCCodeEmitter.cpp
6   MipsMCTargetDesc.cpp
7   MipsELFObjectWriter.cpp
8   )
9
10 add_dependencies(LLVMMipsDesc MipsCommonTableGen)