1 # $NetBSD: Makefile,v 1.1 2011/02/06 01:13:57 joerg Exp $
7 .PATH
: ${LLVM_SRCDIR}/lib
/Transforms
/InstCombine
9 SRCS
+= InstructionCombining.
cpp \
10 InstCombineAddSub.
cpp \
11 InstCombineAndOrXor.
cpp \
12 InstCombineCalls.
cpp \
13 InstCombineCasts.
cpp \
14 InstCombineCompares.
cpp \
15 InstCombineLoadStoreAlloca.
cpp \
16 InstCombineMulDivRem.
cpp \
18 InstCombineSelect.
cpp \
19 InstCombineShifts.
cpp \
20 InstCombineSimplifyDemanded.
cpp \
21 InstCombineVectorOps.
cpp
24 .
include <bsd.hostlib.mk
>