Instead of printing unnecessary basic block labels as labels in
[oota-llvm.git] / lib / Target / XCore / CMakeLists.txt
index f4e4c2212c28839e19bc368fb90881f0e882bfa9..0965323b998ad3c51d452b4aa729604f40dab2a3 100644 (file)
@@ -11,14 +11,14 @@ tablegen(XCoreGenCallingConv.inc -gen-callingconv)
 tablegen(XCoreGenSubtarget.inc -gen-subtarget)
 
 add_llvm_target(XCore
-  XCoreAsmPrinter.cpp
+  MCSectionXCore.cpp
   XCoreFrameInfo.cpp
   XCoreInstrInfo.cpp
   XCoreISelDAGToDAG.cpp
   XCoreISelLowering.cpp
+  XCoreMCAsmInfo.cpp
   XCoreRegisterInfo.cpp
   XCoreSubtarget.cpp
-  XCoreTargetAsmInfo.cpp
   XCoreTargetMachine.cpp
   XCoreTargetObjectFile.cpp
   )