[llvm-commits] CVS: llvm/test/Programs/GenerateReport.pl

Michael Brukman brukman at cs.uiuc.edu
Fri Aug 15 14:12:02 PDT 2003


Changes in directory llvm/test/Programs:

GenerateReport.pl updated: 1.10 -> 1.11

---
Log message:

Center headers.


---
Diffs of the changes:

Index: llvm/test/Programs/GenerateReport.pl
diff -u llvm/test/Programs/GenerateReport.pl:1.10 llvm/test/Programs/GenerateReport.pl:1.11
--- llvm/test/Programs/GenerateReport.pl:1.10	Fri Jun 20 18:01:51 2003
+++ llvm/test/Programs/GenerateReport.pl	Fri Aug 15 14:11:02 2003
@@ -87,7 +87,7 @@
   my $Col = 0;
   for $Row (@Fields) {
     if (scalar(@$Row)) {            # An actual value to read?
-      if (ref ($Row->[1])) {          # Code to be executed?
+      if (ref ($Row->[1])) {        # Code to be executed?
         push @RowValues, &{$Row->[1]}(\@RowValues, $Col);
       } else {                      # Field to be read...
         $Record =~ m/$Row->[1]/;
@@ -151,7 +151,7 @@
   print "<tr bgcolor=#FFCC99>\n";
   map {
     print "<td bgcolor='#DDAA77' width='1'></td>";
-    $_ = "<b><a href=\"#$_\">$_</a></b>"
+    $_ = "<center><b><a href=\"#$_\">$_</a></b></center>"
       if $_ ne "|"; printCell $_
   } @Header;
   print "<td bgcolor='#DDAA77' width='1'></td>";





More information about the llvm-commits mailing list