Files
clang-p2996/llvm/test/Regression/Transforms/Makefile
Chris Lattner a418a5fb68 Start testing SRoA
llvm-svn: 6350
2003-05-27 16:10:03 +00:00

29 lines
416 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 \
ScalarRepl \
SimplifyCFG
include $(LEVEL)/Makefile.common