From: Chris Lattner Date: Thu, 15 May 2003 18:02:54 +0000 (+0000) Subject: Add new loopinfo test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=98a3e98fa42874642cfd628694b8b393aaf1e375;p=oota-llvm.git Add new loopinfo test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6226 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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