llvm-6502/test/Transforms/Makefile
Chris Lattner 2b771055d7 Add tests for the pruneeh pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8248 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-31 02:36:10 +00:00

29 lines
403 B
Makefile

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