Build CFGsimplify directory
authorChris Lattner <sabre@nondot.org>
Mon, 6 May 2002 03:03:55 +0000 (03:03 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 May 2002 03:03:55 +0000 (03:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2475 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Makefile

index 1ffbd66cf7839b7eda031fdbbd3df18c9829e1d2..c0d88fb760a0cbe8c9f58f95622437e640f35adf 100644 (file)
@@ -1,3 +1,3 @@
 LEVEL  = ../../..
-DIRS   = LevelRaise DecomposeMultiDimRefs InstCombine Mem2Reg GCSE SCCP
+DIRS   = CFGSimplify ConstProp DecomposeMultiDimRefs GCSE InstCombine LevelRaise Mem2Reg SCCP
 include $(LEVEL)/Makefile.common