From d846fbf20da2efb5ba861a27ca4672bcea564b82 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 llvm-svn: 83194 --- llvm/lib/Transforms/Scalar/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Transforms/Scalar/CMakeLists.txt b/llvm/lib/Transforms/Scalar/CMakeLists.txt index 83d8a918532f..7f516b78d218 100644 --- a/llvm/lib/Transforms/Scalar/CMakeLists.txt +++ b/llvm/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