freebsd-dev/lib/clang/libllvminstcombine/Makefile
Dimitry Andric 3fe0686746 In all Makefiles under lib/clang, consistently use tabs instead of
spaces after the '=' sign in macro assignments.

Approved-by:	rpaulo (mentor)
2010-09-19 10:54:58 +00:00

23 lines
473 B
Makefile

# $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"