aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Makefile
blob: 7b9ec4014d9f7538485c077a47bc3a9dfdc15ceb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
LEVEL = ../../..
DIRS  = ADCE \
	CFGSimplify \
	ConstProp \
	ConstantMerge \
	CorrelatedExprs \
	DecomposeMultiDimRefs \
	FunctionResolve \
	GCSE \
	GlobalDCE \
	IndVarsSimplify \
	Inline \
	InstCombine \
	LevelRaise \
	LICM \
	Mem2Reg \
	PiNodeInserter \
	LoopPreheaders \
	ProfilePaths \
	Reassociate \
	SCCP \
	SimplifyCFG

include $(LEVEL)/Makefile.common