Run the cee pass tests
authorChris Lattner <sabre@nondot.org>
Mon, 16 Sep 2002 19:09:11 +0000 (19:09 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Sep 2002 19:09:11 +0000 (19:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3765 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Makefile

index d8c8b1a2ca81462b7834061eded320a4a447bb29..1a291b73753c5e4c3ebc96746b08eccedd38e3ba 100644 (file)
@@ -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