summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-28 23:17:26 +0000
committerChris Lattner <sabre@nondot.org>2003-06-28 23:17:26 +0000
commite4bdb4153261a4e396e371387c73c9c72a83fe97 (patch)
treef541a377943cd6d1895306b811cf54d87513f778
parentabdf66ccfb287b8132d7e8b748f407458bae3f72 (diff)
downloadbcm5719-llvm-e4bdb4153261a4e396e371387c73c9c72a83fe97.tar.gz
bcm5719-llvm-e4bdb4153261a4e396e371387c73c9c72a83fe97.zip
Move files to test/Regression/Analysis/DSGraph
llvm-svn: 6963
-rw-r--r--llvm/test/Regression/Transforms/DSGraphAA/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/Regression/Transforms/DSGraphAA/Makefile b/llvm/test/Regression/Transforms/DSGraphAA/Makefile
deleted file mode 100644
index 91acd4d481b..00000000000
--- a/llvm/test/Regression/Transforms/DSGraphAA/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
OpenPOWER on IntegriCloud