]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/clang/libllvminstcombine/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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"