forked from OSchip/llvm-project
Remove GVNPRE.cpp from the CMake makefile
llvm-svn: 83194
This commit is contained in:
parent
5f3cc06cd2
commit
d846fbf20d
|
@ -8,7 +8,6 @@ add_llvm_library(LLVMScalarOpts
|
||||||
DCE.cpp
|
DCE.cpp
|
||||||
DeadStoreElimination.cpp
|
DeadStoreElimination.cpp
|
||||||
GVN.cpp
|
GVN.cpp
|
||||||
GVNPRE.cpp
|
|
||||||
IndVarSimplify.cpp
|
IndVarSimplify.cpp
|
||||||
InstructionCombining.cpp
|
InstructionCombining.cpp
|
||||||
JumpThreading.cpp
|
JumpThreading.cpp
|
||||||
|
|
Loading…
Reference in New Issue