[llvm-commits] CVS: llvm/test/Programs/TEST.dsgraph.Makefile TEST.dsgraph.report

Chris Lattner lattner at cs.uiuc.edu
Fri Jan 17 17:26:01 PST 2003


Changes in directory llvm/test/Programs:

TEST.dsgraph.Makefile updated: 1.5 -> 1.6
TEST.dsgraph.report updated: 1.1 -> 1.2

---
Log message:

Small cleanups


---
Diffs of the changes:

Index: llvm/test/Programs/TEST.dsgraph.Makefile
diff -u llvm/test/Programs/TEST.dsgraph.Makefile:1.5 llvm/test/Programs/TEST.dsgraph.Makefile:1.6
--- llvm/test/Programs/TEST.dsgraph.Makefile:1.5	Fri Jan 17 16:58:49 2003
+++ llvm/test/Programs/TEST.dsgraph.Makefile	Fri Jan 17 17:25:08 2003
@@ -32,7 +32,7 @@
 	-(time -p $(LANALYZE) -$(PASS)datastructure $(ANALYZE_OPTS) $<)> $@ 2>&1
 
 $(PROGRAMS_TO_TEST:%=test.$(TEST).%): \
-test.dsgraph.%: Output/%.$(TEST).report.txt
+test.$(TEST).%: Output/%.$(TEST).report.txt
 	@echo "---------------------------------------------------------------"
 	@echo ">>> ========= '$*' Program"
 	@echo "---------------------------------------------------------------"
@@ -41,4 +41,4 @@
 # Define REPORT_DEPENDENCIES so that the report is regenerated if analyze or
 # dummylib is updated.
 #
-REPORT_DEPENDENCIES := $(DUMMYLIB) $(LANALYZE)
\ No newline at end of file
+REPORT_DEPENDENCIES := $(DUMMYLIB) $(LANALYZE)


Index: llvm/test/Programs/TEST.dsgraph.report
diff -u llvm/test/Programs/TEST.dsgraph.report:1.1 llvm/test/Programs/TEST.dsgraph.report:1.2
--- llvm/test/Programs/TEST.dsgraph.report:1.1	Fri Jan 17 16:52:27 2003
+++ llvm/test/Programs/TEST.dsgraph.report	Fri Jan 17 17:25:08 2003
@@ -1,4 +1,4 @@
-##=== dsgraph.report-desc - Report description for dsgraph -----*- perl -*-===##
+##=== TEST.dsgraph.report - Report description for dsgraph -----*- perl -*-===##
 #
 # This file defines a report to be generated for the dsgraph test.
 #





More information about the llvm-commits mailing list