blob: d8c8b1a2ca81462b7834061eded320a4a447bb29 (
plain)
1
2
3
4
5
|
LEVEL = ../../..
DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs FunctionResolve GCSE \
GlobalDCE IndVarSimplify Inline InstCombine LevelRaise LICM Mem2Reg \
PiNodeInserter ProfilePaths Reassociate SCCP SimplifyCFG
include $(LEVEL)/Makefile.common
|