run reassociate tests

llvm-svn: 2554
This commit is contained in:
Chris Lattner 2002-05-08 21:34:11 +00:00
parent 338a462110
commit d75d5d19ab
1 changed files with 2 additions and 1 deletions

View 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