1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00

Remove GVNPRE.cpp from the CMake makefile

llvm-svn: 83194
This commit is contained in:
Douglas Gregor 2009-10-01 05:30:05 +00:00
parent 857ed445a8
commit b4e6fce681

View File

@ -8,7 +8,6 @@ add_llvm_library(LLVMScalarOpts
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp
JumpThreading.cpp