split call handling out to InstCombineCalls.cpp
[oota-llvm.git] / lib / Transforms / InstCombine / CMakeLists.txt
index 665903064a53d3d521280e36129521791771fb3e..142b4622d954d3e45d23a313dc205edc1473369c 100644 (file)
@@ -1,6 +1,15 @@
 add_llvm_library(LLVMInstCombine
   InstructionCombining.cpp
+  InstCombineAddSub.cpp
+  InstCombineCalls.cpp
+  InstCombineCasts.cpp
+  InstCombineCompares.cpp
+  InstCombineLoadStoreAlloca.cpp
+  InstCombineMulDivRem.cpp
+  InstCombinePHI.cpp
+  InstCombineSelect.cpp
   InstCombineSimplifyDemanded.cpp
+  InstCombineVectorOps.cpp
   )
 
 target_link_libraries (LLVMInstCombine LLVMTransformUtils)