]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libllvmscalaropts/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / lib / clang / libllvmscalaropts / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmscalaropts
4
5 SRCDIR= lib/Transforms/Scalar
6 SRCS=   ADCE.cpp \
7         BasicBlockPlacement.cpp \
8         CodeGenPrepare.cpp \
9         ConstantProp.cpp \
10         CorrelatedValuePropagation.cpp \
11         DCE.cpp \
12         DeadStoreElimination.cpp \
13         EarlyCSE.cpp \
14         GVN.cpp \
15         IndVarSimplify.cpp \
16         JumpThreading.cpp \
17         LICM.cpp \
18         LoopDeletion.cpp \
19         LoopIdiomRecognize.cpp \
20         LoopRotation.cpp \
21         LoopStrengthReduce.cpp \
22         LoopUnrollPass.cpp \
23         LoopUnswitch.cpp \
24         MemCpyOptimizer.cpp \
25         ObjCARC.cpp \
26         Reassociate.cpp \
27         SCCP.cpp \
28         ScalarReplAggregates.cpp \
29         SimplifyCFGPass.cpp \
30         SimplifyLibCalls.cpp \
31         Sink.cpp \
32         TailRecursionElimination.cpp
33
34 TGHDRS= Intrinsics
35
36 .include "../clang.lib.mk"