Add new loopinfo test
authorChris Lattner <sabre@nondot.org>
Thu, 15 May 2003 18:02:54 +0000 (18:02 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 May 2003 18:02:54 +0000 (18:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6226 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/Makefile

index 596da6b9e74adab1cd0e1496d3f021908f0bc82e..e8df7cb21c6096010b73fce96140028dea277534 100644 (file)
@@ -1,5 +1,5 @@
 #                   test/Regression/Analysis/Makefile
 
 LEVEL = ../../..
-DIRS  = Dominators
+DIRS  = Dominators LoopInfo
 include $(LEVEL)/Makefile.common