Test the instruction combiner
authorChris Lattner <sabre@nondot.org>
Thu, 18 Apr 2002 15:39:15 +0000 (15:39 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Apr 2002 15:39:15 +0000 (15:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2287 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Makefile

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