Update CMake build.
authorTed Kremenek <kremenek@apple.com>
Fri, 15 Jan 2010 22:59:11 +0000 (22:59 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 15 Jan 2010 22:59:11 +0000 (22:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93570 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MSP430/CMakeLists.txt

index 60e0bb1856c32c3d55081b0c463139c963c9aa73..29abe46c880a594f74b9699f715e28d9deefd609 100644 (file)
@@ -11,9 +11,10 @@ tablegen(MSP430GenCallingConv.inc -gen-callingconv)
 tablegen(MSP430GenSubtarget.inc -gen-subtarget)
 
 add_llvm_target(MSP430CodeGen
-  MSP430InstrInfo.cpp
+  MSP430BranchSelector.cpp
   MSP430ISelDAGToDAG.cpp
   MSP430ISelLowering.cpp
+  MSP430InstrInfo.cpp
   MSP430MCAsmInfo.cpp
   MSP430RegisterInfo.cpp
   MSP430Subtarget.cpp