aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-15 18:02:54 +0000
committerChris Lattner <sabre@nondot.org>2003-05-15 18:02:54 +0000
commit98a3e98fa42874642cfd628694b8b393aaf1e375 (patch)
tree4fe1e8bb5b33c475197f59ed847bf18b29a66f59
parent4c00e53b81de81ecf4ba0c4e287ea230c79e82ae (diff)
Add new loopinfo test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6226 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Analysis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/Makefile b/test/Analysis/Makefile
index 596da6b9e7..e8df7cb21c 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