summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
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
commitd846fbf20da2efb5ba861a27ca4672bcea564b82 (patch)
tree85f95eca1d3239a56c009bffdf64f415945927ee /llvm/lib/Transforms
parent5f3cc06cd221da155a1eb50216af6ab316853ce4 (diff)
downloadbcm5719-llvm-d846fbf20da2efb5ba861a27ca4672bcea564b82.tar.gz
bcm5719-llvm-d846fbf20da2efb5ba861a27ca4672bcea564b82.zip
Remove GVNPRE.cpp from the CMake makefile
llvm-svn: 83194
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/CMakeLists.txt b/llvm/lib/Transforms/Scalar/CMakeLists.txt
index 83d8a918532..7f516b78d21 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
OpenPOWER on IntegriCloud