Run indvars tests

llvm-svn: 3643
This commit is contained in:
Chris Lattner 2002-09-10 04:55:36 +00:00
parent 24543fac4c
commit 8d0869c928

View File

@ -1,5 +1,5 @@
LEVEL = ../../.. LEVEL = ../../..
DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs FunctionResolve GCSE \ DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs FunctionResolve GCSE \
GlobalDCE Inline InstCombine LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths \ GlobalDCE IndVarSimplify Inline InstCombine LevelRaise LICM Mem2Reg \
Reassociate SCCP SimplifyCFG PiNodeInserter ProfilePaths Reassociate SCCP SimplifyCFG
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common