From 98a3e98fa42874642cfd628694b8b393aaf1e375 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 15 May 2003 18:02:54 +0000 Subject: [PATCH] Add new loopinfo test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6226 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Analysis/Makefile b/test/Analysis/Makefile index 596da6b9e74..e8df7cb21c6 100644 --- a/test/Analysis/Makefile +++ b/test/Analysis/Makefile @@ -1,5 +1,5 @@ # test/Regression/Analysis/Makefile LEVEL = ../../.. -DIRS = Dominators +DIRS = Dominators LoopInfo include $(LEVEL)/Makefile.common -- 2.34.1