revert 131605 to fix PR9946.
[oota-llvm.git] / lib / Transforms / Utils / CMakeLists.txt
index b3c08f2b3d254e20ad77c1e9023aba11a730a09b..5b76bb26e404a8df4ffc1f5a9765df25242b0f12 100644 (file)
@@ -21,7 +21,9 @@ add_llvm_library(LLVMTransformUtils
   PromoteMemoryToRegister.cpp
   SSAUpdater.cpp
   SimplifyCFG.cpp
+  SimplifyInstructions.cpp
   UnifyFunctionExitNodes.cpp
+  Utils.cpp
   ValueMapper.cpp
   )