Speed up instsimplify by about 10-15% by not bothering to retry
[oota-llvm.git] / lib / Transforms / Utils / CMakeLists.txt
index 61cbeb2bd35b917981b2e43eba6a41ab01b59b90..5b76bb26e404a8df4ffc1f5a9765df25242b0f12 100644 (file)
@@ -21,8 +21,9 @@ add_llvm_library(LLVMTransformUtils
   PromoteMemoryToRegister.cpp
   SSAUpdater.cpp
   SimplifyCFG.cpp
+  SimplifyInstructions.cpp
   UnifyFunctionExitNodes.cpp
+  Utils.cpp
   ValueMapper.cpp
   )
 
-target_link_libraries (LLVMTransformUtils LLVMSupport)