]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libllvminstcombine/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / clang / libllvminstcombine / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvminstcombine
6
7 SRCDIR= lib/Transforms/InstCombine
8 SRCS=   InstCombineAddSub.cpp \
9         InstCombineAndOrXor.cpp \
10         InstCombineCalls.cpp \
11         InstCombineCasts.cpp \
12         InstCombineCompares.cpp \
13         InstCombineLoadStoreAlloca.cpp \
14         InstCombineMulDivRem.cpp \
15         InstCombinePHI.cpp \
16         InstCombineSelect.cpp \
17         InstCombineShifts.cpp \
18         InstCombineSimplifyDemanded.cpp \
19         InstCombineVectorOps.cpp \
20         InstructionCombining.cpp
21
22 TGHDRS= Intrinsics
23
24 .include "../clang.lib.mk"