llvm-6502/test/Transforms/Makefile
Chris Lattner fb46e3c58e Make sure to compiel the LowerSwitch tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6005 91177308-0d34-0410-b5e6-96231b3b80d8
2003-05-06 19:04:02 +00:00

28 lines
402 B
Makefile

LEVEL = ../../..
DIRS = ADCE \
CFGSimplify \
ConstProp \
ConstantMerge \
CorrelatedExprs \
DecomposeMultiDimRefs \
DSGraphAA \
FunctionResolve \
GCSE \
GlobalDCE \
IndVarsSimplify \
Inline \
InstCombine \
LevelRaise \
LICM \
LowerSwitch \
Mem2Reg \
PiNodeInserter \
PRE \
LoopPreheaders \
ProfilePaths \
Reassociate \
SCCP \
SimplifyCFG
include $(LEVEL)/Makefile.common