[llvm-commits] CVS: llvm/test/DSGraphs/generate_report.pl

Chris Lattner lattner at cs.uiuc.edu
Sun Nov 10 00:55:07 PST 2002


Changes in directory llvm/test/DSGraphs:

generate_report.pl updated: 1.6 -> 1.7

---
Log message:

Fix regular expressions that were WRONG  :(


---
Diffs of the changes:

Index: llvm/test/DSGraphs/generate_report.pl
diff -u llvm/test/DSGraphs/generate_report.pl:1.6 llvm/test/DSGraphs/generate_report.pl:1.7
--- llvm/test/DSGraphs/generate_report.pl:1.6	Fri Nov  8 14:48:05 2002
+++ llvm/test/DSGraphs/generate_report.pl	Sun Nov 10 00:54:35 2002
@@ -76,8 +76,8 @@
     print "|    ";
     printField("([0-9]+).*completely folded", $Record, -5);
     printField("Graphs contain \\[([0-9+]+)\\] nodes total", $Record, -10);
-    printField("\.main\.dot.... \\[([0-9+]+)\\]", $Record, -6);
-    printField("\.__main\.dot.... \\[([0-9+]+)\\]", $Record, -6);
+    printField("\\.main\\.dot'... \\[([0-9+]+)\\]", $Record, -6);
+    printField("\\.__main\\.dot'... \\[([0-9+]+)\\]", $Record, -6);
   }
   print "\n";
   #print "#####\n";





More information about the llvm-commits mailing list