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