aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@cs.uiuc.edu>2004-02-20 20:46:49 +0000
committerAlkis Evlogimenos <alkis@cs.uiuc.edu>2004-02-20 20:46:49 +0000
commite0720358020b1e512e33ac289b3571c3b3b8f4e3 (patch)
tree33a5681f64c3a19a5cab83f8e00a25781bf47b83
parent53ed38482a94ccdebde5d513f5ca66a114a4102f (diff)
Disambiguate statistic descriptions.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@11675 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--TEST.llc.report4
1 files changed, 2 insertions, 2 deletions
diff --git a/TEST.llc.report b/TEST.llc.report
index fabf2fa2..808f9f91 100644
--- a/TEST.llc.report
+++ b/TEST.llc.report
@@ -36,8 +36,8 @@ sub TotalInstrEliminations {
[],
# Sizes
["#MCInsts", '([0-9]+).*Number of machine instrs printed'],
- ["#Int" , '([0-9]+).*Number of intervals'],
- ["#IntJoin", '([0-9]+).*Number of joined intervals'],
+ ["#Int" , '([0-9]+).*Number of original intervals'],
+ ["#IntJoin", '([0-9]+).*Number of intervals after coalescing'],
[],
# Number of transformations
["#store" , '([0-9]+).*Number of stores added'],