aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Makefile
blob: 54f539538e70940a843ca79703dcf45b48c8ca2b (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
25
26
27
LEVEL = ../../..
DIRS  = ADCE \
	ConstProp \
	ConstantMerge \
	CorrelatedExprs \
	DecomposeMultiDimRefs \
	FunctionResolve \
	GCSE \
	GlobalDCE \
	IndVarsSimplify \
	Inline \
	InstCombine \
	LevelRaise \
	LICM \
	LowerSwitch \
	Mem2Reg \
	PiNodeInserter \
	PRE \
	LoopPreheaders \
	ProfilePaths \
	Reassociate \
	SCCP \
	ScalarRepl \
	SimplifyCFG \
	TailDup

include $(LEVEL)/Makefile.common