CMake: Add missing source file.

llvm-svn: 122724
This commit is contained in:
Michael J. Spencer 2011-01-03 02:13:05 +00:00
parent d815f69b30
commit edb5bcdde5
1 changed files with 1 additions and 0 deletions
llvm/lib/Transforms/Scalar

View File

@ -6,6 +6,7 @@ add_llvm_library(LLVMScalarOpts
CorrelatedValuePropagation.cpp
DCE.cpp
DeadStoreElimination.cpp
EarlyCSE.cpp
GEPSplitter.cpp
GVN.cpp
IndVarSimplify.cpp