Add X86FastISel support for return statements. This entails refactoring
[oota-llvm.git] / lib / Target / XCore / CMakeLists.txt
index 0965323b998ad3c51d452b4aa729604f40dab2a3..1b8e7edfc7ca99cf14780bf7d90f2059c3307336 100644 (file)
@@ -11,7 +11,6 @@ tablegen(XCoreGenCallingConv.inc -gen-callingconv)
 tablegen(XCoreGenSubtarget.inc -gen-subtarget)
 
 add_llvm_target(XCore
-  MCSectionXCore.cpp
   XCoreFrameInfo.cpp
   XCoreInstrInfo.cpp
   XCoreISelDAGToDAG.cpp
@@ -21,4 +20,5 @@ add_llvm_target(XCore
   XCoreSubtarget.cpp
   XCoreTargetMachine.cpp
   XCoreTargetObjectFile.cpp
+  XCoreSelectionDAGInfo.cpp
   )