split mul/div/rem instructions out to their own file.
[oota-llvm.git] / lib / Transforms / InstCombine / CMakeLists.txt
index 2852a8825788c6d48d48b26417b8f22aee38e67e..739ea00585b259a86c893c6a04588ff973db38d3 100644 (file)
@@ -2,8 +2,12 @@ add_llvm_library(LLVMInstCombine
   InstructionCombining.cpp
   InstCombineCasts.cpp
   InstCombineCompares.cpp
+  InstCombineLoadStoreAlloca.cpp
+  InstCombineMulDivRem.cpp
   InstCombinePHI.cpp
+  InstCombineSelect.cpp
   InstCombineSimplifyDemanded.cpp
+  InstCombineVectorOps.cpp
   )
 
 target_link_libraries (LLVMInstCombine LLVMTransformUtils)