summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvminstcombine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvminstcombine/Makefile')
-rw-r--r--lib/clang/libllvminstcombine/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/clang/libllvminstcombine/Makefile b/lib/clang/libllvminstcombine/Makefile
new file mode 100644
index 0000000..48ccc05
--- /dev/null
+++ b/lib/clang/libllvminstcombine/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+LIB= llvminstcombine
+
+SRCDIR= lib/Transforms/InstCombine
+SRCS= InstCombineAddSub.cpp InstCombineAndOrXor.cpp \
+ InstCombineCalls.cpp InstCombineCasts.cpp \
+ InstCombineCompares.cpp InstCombineLoadStoreAlloca.cpp \
+ InstCombineMulDivRem.cpp InstCombinePHI.cpp \
+ InstCombineSelect.cpp InstCombineShifts.cpp \
+ InstCombineSimplifyDemanded.cpp InstCombineVectorOps.cpp \
+ InstructionCombining.cpp
+
+TGHDRS= Intrinsics
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud