diff options
author | Chris Lattner <sabre@nondot.org> | 2003-05-15 18:02:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-05-15 18:02:54 +0000 |
commit | 98a3e98fa42874642cfd628694b8b393aaf1e375 (patch) | |
tree | 4fe1e8bb5b33c475197f59ed847bf18b29a66f59 | |
parent | 4c00e53b81de81ecf4ba0c4e287ea230c79e82ae (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/Makefile | 2 |
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 |