X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FMakefile;h=068d06ff9bd324ee4515060a777f65fb499ac1ec;hb=b83c613cf1cf84f421c5a9cf8ca149205f7c7420;hp=1a291b73753c5e4c3ebc96746b08eccedd38e3ba;hpb=47287be7dc5d71dec8bc47322012d2f412b4b48a;p=oota-llvm.git diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index 1a291b73753..068d06ff9bd 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -1,6 +1,27 @@ -LEVEL = ../../.. -DIRS = ADCE CFGSimplify ConstProp CorrelatedExprs DecomposeMultiDimRefs \ - FunctionResolve GCSE \ - GlobalDCE IndVarSimplify Inline InstCombine LevelRaise LICM Mem2Reg \ - PiNodeInserter ProfilePaths Reassociate SCCP SimplifyCFG +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 \ + SimplifyCFG + include $(LEVEL)/Makefile.common