From: Owen Anderson Date: Tue, 13 Apr 2010 08:33:09 +0000 (+0000) Subject: Remove SCCVN from the CMake build system. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d5e624027af7a441c1d0b6d4f30f2a42800847c1;p=oota-llvm.git Remove SCCVN from the CMake build system. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101125 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/CMakeLists.txt b/lib/Transforms/Scalar/CMakeLists.txt index 683c1c2fd70..57788642f23 100644 --- a/lib/Transforms/Scalar/CMakeLists.txt +++ b/lib/Transforms/Scalar/CMakeLists.txt @@ -21,7 +21,6 @@ add_llvm_library(LLVMScalarOpts Reassociate.cpp Reg2Mem.cpp SCCP.cpp - SCCVN.cpp Scalar.cpp ScalarReplAggregates.cpp SimplifyCFGPass.cpp