run reassociate tests
authorChris Lattner <sabre@nondot.org>
Wed, 8 May 2002 21:34:11 +0000 (21:34 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 8 May 2002 21:34:11 +0000 (21:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2554 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Makefile

index d7c72ed261ec0f05a30810c4ca35b9572f90d278..62c1f9d7edc234566dd2ff376f70aae185bcf91d 100644 (file)
@@ -1,3 +1,4 @@
 LEVEL  = ../../..
-DIRS   = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs GCSE InstCombine LevelRaise Mem2Reg SCCP
+DIRS   = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs GCSE InstCombine \
+         LevelRaise Mem2Reg Reassociate SCCP
 include $(LEVEL)/Makefile.common