Run FuncResolve tests
authorChris Lattner <sabre@nondot.org>
Fri, 24 May 2002 21:21:36 +0000 (21:21 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 24 May 2002 21:21:36 +0000 (21:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2743 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Makefile

index db64d1f46ac66104c605556819b5e4fae78869a7..8814198824110bbc352fcd4da9562ba57f1fc34c 100644 (file)
@@ -1,4 +1,5 @@
 LEVEL  = ../../..
-DIRS   = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs GCSE InstCombine \
-         LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths Reassociate SCCP
+DIRS   = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs FunctionResolve GCSE \
+        InstCombine LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths \
+        Reassociate SCCP
 include $(LEVEL)/Makefile.common