From: Douglas Gregor Date: Thu, 1 Oct 2009 05:30:05 +0000 (+0000) Subject: Remove GVNPRE.cpp from the CMake makefile X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8f3ec31133494d104f46b09d52377e6c4739749d;p=oota-llvm.git Remove GVNPRE.cpp from the CMake makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83194 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/CMakeLists.txt b/lib/Transforms/Scalar/CMakeLists.txt index 83d8a918532..7f516b78d21 100644 --- a/lib/Transforms/Scalar/CMakeLists.txt +++ b/lib/Transforms/Scalar/CMakeLists.txt @@ -8,7 +8,6 @@ add_llvm_library(LLVMScalarOpts DCE.cpp DeadStoreElimination.cpp GVN.cpp - GVNPRE.cpp IndVarSimplify.cpp InstructionCombining.cpp JumpThreading.cpp