Changes in directory llvm-test:

TEST.dsgraph.Makefile updated: 1.17 -> 1.18
TEST.dsgraph.report updated: 1.14 -> 1.15
---
Log message:

analyze is gone

---
Diffs of the changes:  (+5 -5)

 TEST.dsgraph.Makefile |    8 ++++----
 TEST.dsgraph.report   |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)


Index: llvm-test/TEST.dsgraph.Makefile
diff -u llvm-test/TEST.dsgraph.Makefile:1.17 
llvm-test/TEST.dsgraph.Makefile:1.18
--- llvm-test/TEST.dsgraph.Makefile:1.17        Fri Mar 25 20:04:44 2005
+++ llvm-test/TEST.dsgraph.Makefile     Tue Nov  7 17:23:25 2006
@@ -18,10 +18,10 @@
 MEM := -track-memory -time-passes
 
 $(PROGRAMS_TO_TEST:%=Output/%.$(TEST).report.txt): \
-Output/%.$(TEST).report.txt: Output/%.lib.bc Output/%.LOC.txt $(LANALYZE) 
$(LOPT)
+Output/%.$(TEST).report.txt: Output/%.lib.bc Output/%.LOC.txt $(LOPT)
        @# Gather data
-       -($(LANALYZE) -$(PASS)datastructure $(ANALYZE_OPTS) $<)> [EMAIL 
PROTECTED] 2>&1
-       -($(LANALYZE) $(MEM) -$(PASS)datastructure -disable-verify $<)> [EMAIL 
PROTECTED] 2>&1
+       -($(LOPT) -analyze -$(PASS)datastructure $(ANALYZE_OPTS) $<)> [EMAIL 
PROTECTED] 2>&1
+       -($(LOPT) -analyze $(MEM) -$(PASS)datastructure -disable-verify $<)> 
[EMAIL PROTECTED] 2>&1
        -($(LOPT) -steens-aa -time-passes -disable-output $<) > [EMAIL 
PROTECTED] 2>&1
        -($(LOPT) -steens-aa $(MEM) -disable-output $<) > [EMAIL PROTECTED] 2>&1
        @# Emit data.
@@ -74,5 +74,5 @@
 # Define REPORT_DEPENDENCIES so that the report is regenerated if analyze or
 # dummylib is updated.
 #
-REPORT_DEPENDENCIES := $(DUMMYLIB) $(LANALYZE) $(LOPT)
+REPORT_DEPENDENCIES := $(DUMMYLIB) $(LOPT)
 


Index: llvm-test/TEST.dsgraph.report
diff -u llvm-test/TEST.dsgraph.report:1.14 llvm-test/TEST.dsgraph.report:1.15
--- llvm-test/TEST.dsgraph.report:1.14  Fri Mar 25 20:04:44 2005
+++ llvm-test/TEST.dsgraph.report       Tue Nov  7 17:23:25 2006
@@ -28,7 +28,7 @@
   $TS = 0 if ($TS eq "*");
   $NTS = 0 if ($NTS eq "*");
 
-  if ($TS + NTS != 0) {
+  if ($TS + $NTS != 0) {
     return sprintf("%4.1f%%", 100*$TS/($TS+$NTS+0.0));
   } else {
     return "n/a";



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to