Remove GVNPRE.cpp from the CMake makefile
authorDouglas Gregor <dgregor@apple.com>
Thu, 1 Oct 2009 05:30:05 +0000 (05:30 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 1 Oct 2009 05:30:05 +0000 (05:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83194 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/CMakeLists.txt

index 83d8a918532feb970d4fd92d8874a07078a99f35..7f516b78d21814c570a5d90ea88f4c4287fc6041 100644 (file)
@@ -8,7 +8,6 @@ add_llvm_library(LLVMScalarOpts
   DCE.cpp
   DeadStoreElimination.cpp
   GVN.cpp
-  GVNPRE.cpp
   IndVarSimplify.cpp
   InstructionCombining.cpp
   JumpThreading.cpp