split mul/div/rem instructions out to their own file.
[oota-llvm.git] / lib / Transforms / InstCombine / CMakeLists.txt
index 665903064a53d3d521280e36129521791771fb3e..739ea00585b259a86c893c6a04588ff973db38d3 100644 (file)
@@ -1,6 +1,13 @@
 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)