summaryrefslogtreecommitdiff
path: root/test/Analysis/LoopInfo
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-15 18:03:32 +0000
committerChris Lattner <sabre@nondot.org>2003-05-15 18:03:32 +0000
commit451840e8e51941e8b6dbe64697d4da400db79827 (patch)
tree30f21ea6b93cebada7af59248457c5305dd356b8 /test/Analysis/LoopInfo
parentb428c8b1d3821503c190f7184d1b4e0cc93fc325 (diff)
downloadllvm-451840e8e51941e8b6dbe64697d4da400db79827.tar.gz
llvm-451840e8e51941e8b6dbe64697d4da400db79827.tar.bz2
llvm-451840e8e51941e8b6dbe64697d4da400db79827.tar.xz
Depends on analyze, not opt
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6229 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/LoopInfo')
-rw-r--r--test/Analysis/LoopInfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/LoopInfo/Makefile b/test/Analysis/LoopInfo/Makefile
index 91acd4d481..7ef328b3f6 100644
--- a/test/Analysis/LoopInfo/Makefile
+++ b/test/Analysis/LoopInfo/Makefile
@@ -6,5 +6,5 @@ TESTS := $(wildcard *.ll)
all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
+Output/%.ll.out: %.ll Output/.dir $(LANALYZE)
-$(TESTRUNR) $<