[mips] IIImult should have an InstrItinData in the generic scheduler. Used the same...
[oota-llvm.git] / lib / Target / CMakeLists.txt
index c87a33a8b99374ec19883d7879014a04a541ab11..c2f704f133449e9e4ade437b829af8832733066d 100644 (file)
@@ -1,5 +1,4 @@
 add_llvm_library(LLVMTarget
-  Mangler.cpp
   Target.cpp
   TargetIntrinsicInfo.cpp
   TargetJITInfo.cpp
@@ -8,7 +7,6 @@ add_llvm_library(LLVMTarget
   TargetMachine.cpp
   TargetMachineC.cpp
   TargetSubtargetInfo.cpp
-  TargetTransformImpl.cpp
   )
 
 foreach(t ${LLVM_TARGETS_TO_BUILD})