split mul/div/rem instructions out to their own file.
[oota-llvm.git] / lib / Transforms / InstCombine / CMakeLists.txt
index c1f2090785de3c74e3bccd8ed83c8d99ffc9d63b..739ea00585b259a86c893c6a04588ff973db38d3 100644 (file)
@@ -3,7 +3,9 @@ add_llvm_library(LLVMInstCombine
   InstCombineCasts.cpp
   InstCombineCompares.cpp
   InstCombineLoadStoreAlloca.cpp
+  InstCombineMulDivRem.cpp
   InstCombinePHI.cpp
+  InstCombineSelect.cpp
   InstCombineSimplifyDemanded.cpp
   InstCombineVectorOps.cpp
   )