summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmscalaropts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmscalaropts/Makefile')
-rw-r--r--lib/clang/libllvmscalaropts/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/clang/libllvmscalaropts/Makefile b/lib/clang/libllvmscalaropts/Makefile
index aee5d3e..f057549 100644
--- a/lib/clang/libllvmscalaropts/Makefile
+++ b/lib/clang/libllvmscalaropts/Makefile
@@ -7,6 +7,7 @@ SRCS= ADCE.cpp \
BasicBlockPlacement.cpp \
CodeGenPrepare.cpp \
ConstantProp.cpp \
+ CorrelatedValuePropagation.cpp \
DCE.cpp \
DeadStoreElimination.cpp \
GEPSplitter.cpp \
@@ -22,14 +23,12 @@ SRCS= ADCE.cpp \
LoopUnswitch.cpp \
MemCpyOptimizer.cpp \
Reassociate.cpp \
- Reg2Mem.cpp \
SCCP.cpp \
- Scalar.cpp \
ScalarReplAggregates.cpp \
SimplifyCFGPass.cpp \
- Sink.cpp \
SimplifyHalfPowrLibCalls.cpp \
SimplifyLibCalls.cpp \
+ Sink.cpp \
TailDuplication.cpp \
TailRecursionElimination.cpp
OpenPOWER on IntegriCloud