From 8f3ec31133494d104f46b09d52377e6c4739749d Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 1 Oct 2009 05:30:05 +0000 Subject: [PATCH] Remove GVNPRE.cpp from the CMake makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83194 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 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