OSDN Git Service

VS build fix, patch by Marius Wachtler.
authorMike Stump <mrs@apple.com>
Tue, 27 Oct 2009 02:14:13 +0000 (02:14 +0000)
committerMike Stump <mrs@apple.com>
Tue, 27 Oct 2009 02:14:13 +0000 (02:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85197 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/CMakeLists.txt

index fd20b56..c497637 100644 (file)
@@ -23,6 +23,7 @@ add_llvm_library(LLVMScalarOpts
   Reassociate.cpp
   Reg2Mem.cpp
   SCCP.cpp
+  SCCVN.cpp
   Scalar.cpp
   ScalarReplAggregates.cpp
   SimplifyCFGPass.cpp