diff options
-rw-r--r-- | test/Transforms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index d8c8b1a2ca..1a291b7375 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -1,5 +1,6 @@ LEVEL = ../../.. -DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs FunctionResolve GCSE \ +DIRS = ADCE CFGSimplify ConstProp CorrelatedExprs DecomposeMultiDimRefs \ + FunctionResolve GCSE \ GlobalDCE IndVarSimplify Inline InstCombine LevelRaise LICM Mem2Reg \ PiNodeInserter ProfilePaths Reassociate SCCP SimplifyCFG include $(LEVEL)/Makefile.common |