# $NetBSD: Makefile,v 1.1 2011/02/06 01:13:57 joerg Exp $ LIB= LLVMInstCombine .include .PATH: ${LLVM_SRCDIR}/lib/Transforms/InstCombine SRCS+= InstructionCombining.cpp \ InstCombineAddSub.cpp \ InstCombineAndOrXor.cpp \ InstCombineCalls.cpp \ InstCombineCasts.cpp \ InstCombineCompares.cpp \ InstCombineLoadStoreAlloca.cpp \ InstCombineMulDivRem.cpp \ InstCombinePHI.cpp \ InstCombineSelect.cpp \ InstCombineShifts.cpp \ InstCombineSimplifyDemanded.cpp \ InstCombineVectorOps.cpp .if defined(HOSTLIB) .include .else .include .endif