X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FMakefile;h=068d06ff9bd324ee4515060a777f65fb499ac1ec;hb=b83c613cf1cf84f421c5a9cf8ca149205f7c7420;hp=9529028c1ab4dd1f11455ff31a129bb2eeef775f;hpb=48374147f6330b4290e65f58638e4eada9fde615;p=oota-llvm.git diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index 9529028c1ab..068d06ff9bd 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -1,3 +1,27 @@ -LEVEL = ../../.. -DIRS = LevelRaise +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