Remove SCCVN from the CMake build system.
authorOwen Anderson <resistor@mac.com>
Tue, 13 Apr 2010 08:33:09 +0000 (08:33 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 13 Apr 2010 08:33:09 +0000 (08:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101125 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/CMakeLists.txt

index 683c1c2fd7089c8ef4ac82d6842a67956db233d7..57788642f23faa6512706919e96c535b4308bf53 100644 (file)
@@ -21,7 +21,6 @@ add_llvm_library(LLVMScalarOpts
   Reassociate.cpp
   Reg2Mem.cpp
   SCCP.cpp
-  SCCVN.cpp
   Scalar.cpp
   ScalarReplAggregates.cpp
   SimplifyCFGPass.cpp