From d5e624027af7a441c1d0b6d4f30f2a42800847c1 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Tue, 13 Apr 2010 08:33:09 +0000 Subject: [PATCH] Remove SCCVN from the CMake build system. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101125 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Scalar/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1