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