[llvm-commits] CVS: llvm/test/Programs/GenerateReport.pl
Chris Lattner
lattner at cs.uiuc.edu
Thu Dec 18 21:21:01 PST 2003
Changes in directory llvm/test/Programs:
GenerateReport.pl updated: 1.16 -> 1.17
---
Log message:
Err, yeah, I have a clue, really.
---
Diffs of the changes: (+0 -2)
Index: llvm/test/Programs/GenerateReport.pl
diff -u llvm/test/Programs/GenerateReport.pl:1.16 llvm/test/Programs/GenerateReport.pl:1.17
--- llvm/test/Programs/GenerateReport.pl:1.16 Thu Dec 18 21:06:37 2003
+++ llvm/test/Programs/GenerateReport.pl Thu Dec 18 21:20:04 2003
@@ -148,8 +148,6 @@
foreach $Row (@Values) {
$Row->[0] = substr $Row->[0], length $1;
}
-
- print "FOUND PREFIX: $1\n";
}
}
More information about the llvm-commits
mailing list