[llvm-commits] CVS: llvm/test/DSGraphs/generate_report.pl
Chris Lattner
lattner at cs.uiuc.edu
Wed Nov 6 19:58:03 PST 2002
Changes in directory llvm/test/DSGraphs:
generate_report.pl updated: 1.1 -> 1.2
---
Log message:
Don't print input filename
---
Diffs of the changes:
Index: llvm/test/DSGraphs/generate_report.pl
diff -u llvm/test/DSGraphs/generate_report.pl:1.1 llvm/test/DSGraphs/generate_report.pl:1.2
--- llvm/test/DSGraphs/generate_report.pl:1.1 Wed Nov 6 19:51:16 2002
+++ llvm/test/DSGraphs/generate_report.pl Wed Nov 6 19:56:35 2002
@@ -2,7 +2,7 @@
my $InputFN = $ARGV[0];
-print "Reading input from $InputFN\n";
+#print "Reading input from $InputFN\n";
open(INPUT, $InputFN) or die "Couldn't open '$InputFN'!";
More information about the llvm-commits
mailing list