Update CMake files.
authorTed Kremenek <kremenek@apple.com>
Mon, 26 Oct 2009 22:06:01 +0000 (22:06 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 26 Oct 2009 22:06:01 +0000 (22:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85161 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MSP430/AsmPrinter/CMakeLists.txt
lib/Transforms/Scalar/CMakeLists.txt

index f1eb8851b6564da0bb9d44483de491a56eecc814..4b1f4e6ff269e1cf6b3c58546f9fd561bfb9b63e 100644 (file)
@@ -1,8 +1,8 @@
 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
 
 add_llvm_library(LLVMMSP430AsmPrinter
-  MSP430InstPrinter.cpp
   MSP430AsmPrinter.cpp
+  MSP430InstPrinter.cpp
   MSP430MCInstLower.cpp
   )
 add_dependencies(LLVMMSP430AsmPrinter MSP430CodeGenTable_gen)
index cbeed4c6b55f43c8624986c4d327f2c71e6d6ee0..fd20b56fda095aab29cc88a3d490a61c731759b0 100644 (file)
@@ -7,6 +7,7 @@ add_llvm_library(LLVMScalarOpts
   ConstantProp.cpp
   DCE.cpp
   DeadStoreElimination.cpp
+  GEPSplitter.cpp
   GVN.cpp
   IndVarSimplify.cpp
   InstructionCombining.cpp