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

test/Transforms/Makefile

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