InstCombine: Combine (add (and %a, %b) (or %a, %b)) to (add %a, %b)
[oota-llvm.git] / lib / Transforms / InstCombine / CMakeLists.txt
index 4330377850a7962e359a37d388186783e8c90b82..a25696ec03a9cf3aef621bfbc3a20c9e0e91b7f6 100644 (file)
@@ -14,9 +14,4 @@ add_llvm_library(LLVMInstCombine
   InstCombineVectorOps.cpp
   )
 
-target_link_libraries(LLVMInstCombine
-  LLVMAnalysis
-  LLVMCore
-  LLVMTarget
-  LLVMTransformUtils
-  )
+add_dependencies(LLVMInstCombine intrinsics_gen)