diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-16 19:09:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-16 19:09:11 +0000 |
commit | 47287be7dc5d71dec8bc47322012d2f412b4b48a (patch) | |
tree | aae69917f5ef305e5f7058515a0fe7b39b6d5b79 | |
parent | 876a75c79e90a9b057c4da0e44554f21974f1d7c (diff) |
Run the cee pass tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3765 91177308-0d34-0410-b5e6-96231b3b80d8
-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 |