Add the PPC64 popcntd instruction
[oota-llvm.git] / lib / Target / CMakeLists.txt
index 48df199437be6b0a29b74231d9ade6747d1a01e4..02ac493b42150ad380b6fbaf524a757792d18d2e 100644 (file)
@@ -1,17 +1,13 @@
 add_llvm_library(LLVMTarget
   Mangler.cpp
   Target.cpp
-  TargetELFWriterInfo.cpp
-  TargetInstrInfo.cpp
   TargetIntrinsicInfo.cpp
   TargetJITInfo.cpp
   TargetLibraryInfo.cpp
   TargetLoweringObjectFile.cpp
   TargetMachine.cpp
   TargetMachineC.cpp
-  TargetRegisterInfo.cpp
   TargetSubtargetInfo.cpp
-  TargetTransformImpl.cpp
   )
 
 foreach(t ${LLVM_TARGETS_TO_BUILD})