[llvm-commits] CVS: llvm-test/GenerateReport.pl
Chris Lattner
lattner at cs.uiuc.edu
Wed Nov 3 13:57:56 PST 2004
Changes in directory llvm-test:
GenerateReport.pl updated: 1.22 -> 1.23
---
Log message:
Remvoe debugging code. :(
---
Diffs of the changes: (+0 -1)
Index: llvm-test/GenerateReport.pl
diff -u llvm-test/GenerateReport.pl:1.22 llvm-test/GenerateReport.pl:1.23
--- llvm-test/GenerateReport.pl:1.22 Wed Nov 3 15:55:16 2004
+++ llvm-test/GenerateReport.pl Wed Nov 3 15:57:44 2004
@@ -151,7 +151,6 @@
OuterLoop: while (1) {
# Figure out what the first path prefix is:
$Values[0]->[0] =~ m|^([^/]*/).|;
-print "PREFIX = $1\n";
last OuterLoop if (!defined($1));
# Now that we have the prefix, check to see if all of the entries in the
More information about the llvm-commits
mailing list