aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/libllvmselectiondag/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmselectiondag/Makefile')
-rw-r--r--lib/clang/libllvmselectiondag/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/lib/clang/libllvmselectiondag/Makefile b/lib/clang/libllvmselectiondag/Makefile
deleted file mode 100644
index dad2a3f00676d..0000000000000
--- a/lib/clang/libllvmselectiondag/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $FreeBSD$
-
-.include <bsd.own.mk>
-
-LIB= llvmselectiondag
-
-SRCDIR= lib/CodeGen/SelectionDAG
-SRCS= DAGCombiner.cpp \
- FastISel.cpp \
- FunctionLoweringInfo.cpp \
- InstrEmitter.cpp \
- LegalizeDAG.cpp \
- LegalizeFloatTypes.cpp \
- LegalizeIntegerTypes.cpp \
- LegalizeTypes.cpp \
- LegalizeTypesGeneric.cpp \
- LegalizeVectorOps.cpp \
- LegalizeVectorTypes.cpp \
- ResourcePriorityQueue.cpp \
- ScheduleDAGFast.cpp \
- ScheduleDAGRRList.cpp \
- ScheduleDAGSDNodes.cpp \
- ScheduleDAGVLIW.cpp \
- SelectionDAG.cpp \
- SelectionDAGBuilder.cpp \
- SelectionDAGDumper.cpp \
- SelectionDAGISel.cpp \
- SelectionDAGPrinter.cpp \
- SelectionDAGTargetInfo.cpp \
- StatepointLowering.cpp \
- TargetLowering.cpp
-
-TGHDRS= Attributes \
- Intrinsics
-
-.include "../clang.lib.mk"