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/Makefile18
1 files changed, 12 insertions, 6 deletions
diff --git a/lib/clang/libllvminstcombine/Makefile b/lib/clang/libllvminstcombine/Makefile
index 48ccc05..9f3a602 100644
--- a/lib/clang/libllvminstcombine/Makefile
+++ b/lib/clang/libllvminstcombine/Makefile
@@ -3,12 +3,18 @@
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 \
+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
OpenPOWER on IntegriCloud