From: Mike Stump Date: Tue, 27 Oct 2009 02:14:13 +0000 (+0000) Subject: VS build fix, patch by Marius Wachtler. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8138122a3f9f2565dac3390e082b6f734237ec84;p=oota-llvm.git VS build fix, patch by Marius Wachtler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85197 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/CMakeLists.txt b/lib/Transforms/Scalar/CMakeLists.txt index fd20b56fda0..c4976374972 100644 --- a/lib/Transforms/Scalar/CMakeLists.txt +++ b/lib/Transforms/Scalar/CMakeLists.txt @@ -23,6 +23,7 @@ add_llvm_library(LLVMScalarOpts Reassociate.cpp Reg2Mem.cpp SCCP.cpp + SCCVN.cpp Scalar.cpp ScalarReplAggregates.cpp SimplifyCFGPass.cpp