Variable cleanup. Based on past patch submittals variable names have
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc / CMakeLists.txt
index 810143f7fe39ff2b8d8cb521c2de587277a5530c..0eb0a558f7a32f1daefc9ea85e7d759f4f895320 100644 (file)
@@ -1,14 +1,8 @@
 add_llvm_library(LLVMMipsDesc
+  MipsAsmBackend.cpp
   MipsMCAsmInfo.cpp
   MipsMCCodeEmitter.cpp
   MipsMCTargetDesc.cpp
   )
 
-add_llvm_library_dependencies(LLVMMipsDesc
-  LLVMMC
-  LLVMMipsAsmPrinter
-  LLVMMipsInfo
-  LLVMSupport
-  )
-
 add_dependencies(LLVMMipsDesc MipsCommonTableGen)