Add subdirs to makefile
authorChris Lattner <sabre@nondot.org>
Thu, 28 Mar 2002 18:21:31 +0000 (18:21 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Mar 2002 18:21:31 +0000 (18:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2017 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Makefile

index 9529028c1ab4dd1f11455ff31a129bb2eeef775f..19249ed20cf4dd76df8e0c5317d2b9cea2712280 100644 (file)
@@ -1,3 +1,3 @@
 LEVEL  = ../../..
-DIRS   = LevelRaise
+DIRS   = LevelRaise DecomposeMultiDimRefs Mem2Reg
 include $(LEVEL)/Makefile.common