reinstate my patch: the miscompile was caused by an inverted branch in the
[oota-llvm.git] / lib / Transforms / Utils / CMakeLists.txt
index 61cbeb2bd35b917981b2e43eba6a41ab01b59b90..9d75f1dae038ae8fe06f28bb9852fb7a6d2aea66 100644 (file)
@@ -22,7 +22,7 @@ add_llvm_library(LLVMTransformUtils
   SSAUpdater.cpp
   SimplifyCFG.cpp
   UnifyFunctionExitNodes.cpp
+  Utils.cpp
   ValueMapper.cpp
   )
 
-target_link_libraries (LLVMTransformUtils LLVMSupport)