[llvm-commits] CVS: llvm/test/Programs/TEST.aa.report
Chris Lattner
lattner at cs.uiuc.edu
Wed Jul 2 18:51:01 PDT 2003
Changes in directory llvm/test/Programs:
TEST.aa.report updated: 1.2 -> 1.3
---
Log message:
Remove andersens
---
Diffs of the changes:
Index: llvm/test/Programs/TEST.aa.report
diff -u llvm/test/Programs/TEST.aa.report:1.2 llvm/test/Programs/TEST.aa.report:1.3
--- llvm/test/Programs/TEST.aa.report:1.2 Tue Feb 18 14:41:27 2003
+++ llvm/test/Programs/TEST.aa.report Wed Jul 2 18:50:28 2003
@@ -63,7 +63,7 @@
'povray31' => 'povray31'
);
- at LatexColumns = (2, 3, 4, 6, 7, 5);
+ at LatexColumns = (2, 3, 4, 5, 6);
# Specify how to reformat columns to be presentable...
%LatexColumnFormat = (
@@ -71,8 +71,7 @@
3 => \&OnlyMayInfo,
4 => \&OnlyMayInfo,
5 => \&OnlyMayInfo,
- 6 => \&OnlyMayInfo,
- 7 => \&OnlyMayInfo);
+ 6 => \&OnlyMayInfo);
# These are the columns for the report. The first entry is the header for the
# column, the second is the regex to use to match the value. Empty list create
@@ -85,7 +84,6 @@
["basic", '.basic.txt: [^:]*Summary: (.*)'],
["steens-fi", '.steens-fi.txt: [^:]*Summary: (.*)'],
["steens", '.steens.txt: [^:]*Summary: (.*)'],
- ["andersens", '.andersens.txt: [^:]*Summary: (.*)'],
["ds-fi", '.ds-fi.txt: [^:]*Summary: (.*)'],
["ds", '.ds.txt: [^:]*Summary: (.*)'],
[],
More information about the llvm-commits
mailing list