Add new loopinfo test

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6226 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-05-15 18:02:54 +00:00
parent 4c00e53b81
commit 98a3e98fa4

View File

@ -1,5 +1,5 @@
# test/Regression/Analysis/Makefile
LEVEL = ../../..
DIRS = Dominators
DIRS = Dominators LoopInfo
include $(LEVEL)/Makefile.common