# $NetBSD: Makefile,v 1.3 2021/05/30 01:56:53 joerg Exp $ LIB= LLVMInstCombine .include .PATH: ${LLVM_SRCDIR}/lib/Transforms/InstCombine SRCS+= InstCombineAddSub.cpp \ InstCombineAndOrXor.cpp \ InstCombineAtomicRMW.cpp \ InstCombineCalls.cpp \ InstCombineCasts.cpp \ InstCombineCompares.cpp \ InstCombineLoadStoreAlloca.cpp \ InstCombineMulDivRem.cpp \ InstCombineNegator.cpp \ InstCombinePHI.cpp \ InstCombineSelect.cpp \ InstCombineShifts.cpp \ InstCombineSimplifyDemanded.cpp \ InstCombineVectorOps.cpp \ InstructionCombining.cpp .if defined(HOSTLIB) .include .else .include .endif CWARNFLAGS.gcc+= ${GCC_NO_ADDR_OF_PACKED_MEMBER}