summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvminstcombine/Makefile
blob: 48ccc0505cee2e4c148897843ca5673e8f6e1466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

LIB=	llvminstcombine

SRCDIR=	lib/Transforms/InstCombine
SRCS=	InstCombineAddSub.cpp InstCombineAndOrXor.cpp \
	InstCombineCalls.cpp InstCombineCasts.cpp \
	InstCombineCompares.cpp InstCombineLoadStoreAlloca.cpp \
	InstCombineMulDivRem.cpp InstCombinePHI.cpp \
	InstCombineSelect.cpp InstCombineShifts.cpp \
	InstCombineSimplifyDemanded.cpp InstCombineVectorOps.cpp \
	InstructionCombining.cpp

TGHDRS= Intrinsics

.include "../clang.lib.mk"
OpenPOWER on IntegriCloud