Build all subdirectories
authorChris Lattner <sabre@nondot.org>
Tue, 25 Jun 2002 16:16:20 +0000 (16:16 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 25 Jun 2002 16:16:20 +0000 (16:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2780 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Makefile

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