1# $OpenBSD: Makefile,v 1.7 2021/04/28 12:55:40 patrick Exp $ 2 3LIB= LLVMSelectionDAG 4NOPROFILE= 5 6SRCS+= DAGCombiner.cpp \ 7 FastISel.cpp \ 8 FunctionLoweringInfo.cpp \ 9 InstrEmitter.cpp \ 10 LegalizeDAG.cpp \ 11 LegalizeFloatTypes.cpp \ 12 LegalizeIntegerTypes.cpp \ 13 LegalizeTypes.cpp \ 14 LegalizeTypesGeneric.cpp \ 15 LegalizeVectorOps.cpp \ 16 LegalizeVectorTypes.cpp \ 17 ResourcePriorityQueue.cpp \ 18 ScheduleDAGFast.cpp \ 19 ScheduleDAGRRList.cpp \ 20 ScheduleDAGSDNodes.cpp \ 21 ScheduleDAGVLIW.cpp \ 22 SelectionDAGBuilder.cpp \ 23 SelectionDAG.cpp \ 24 SelectionDAGAddressAnalysis.cpp \ 25 SelectionDAGDumper.cpp \ 26 SelectionDAGISel.cpp \ 27 SelectionDAGPrinter.cpp \ 28 SelectionDAGTargetInfo.cpp \ 29 StatepointLowering.cpp \ 30 TargetLowering.cpp 31 32.PATH: ${.CURDIR}/../../../llvm/llvm/lib/CodeGen/SelectionDAG 33