Deleted Added
full compact
Makefile (210299) Makefile (212847)
1# $FreeBSD: head/lib/clang/libllvminstcombine/Makefile 210299 2010-07-20 17:16:57Z ed $
1# $FreeBSD: head/lib/clang/libllvminstcombine/Makefile 212847 2010-09-19 10:54:58Z dim $
2
3LIB= llvminstcombine
4
5SRCDIR= lib/Transforms/InstCombine
6SRCS= 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
2
3LIB= llvminstcombine
4
5SRCDIR= lib/Transforms/InstCombine
6SRCS= 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
20TGHDRS= Intrinsics
20TGHDRS= Intrinsics
21
22.include "../clang.lib.mk"
21
22.include "../clang.lib.mk"