summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-10-01 05:30:05 +0000
committerDouglas Gregor <dgregor@apple.com>2009-10-01 05:30:05 +0000
commit8f3ec31133494d104f46b09d52377e6c4739749d (patch)
treebf99212efe8bba997626f1aa72124d51f2824691 /lib/Transforms/Scalar/CMakeLists.txt
parent99be299edb6531cad64785196d65414b888e7453 (diff)
downloadllvm-8f3ec31133494d104f46b09d52377e6c4739749d.tar.gz
llvm-8f3ec31133494d104f46b09d52377e6c4739749d.tar.bz2
llvm-8f3ec31133494d104f46b09d52377e6c4739749d.tar.xz
Remove GVNPRE.cpp from the CMake makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83194 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/CMakeLists.txt')
-rw-r--r--lib/Transforms/Scalar/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/CMakeLists.txt b/lib/Transforms/Scalar/CMakeLists.txt
index 83d8a91853..7f516b78d2 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