Skip to content

Commit

Permalink
Add column for joined intervals.
Browse files Browse the repository at this point in the history
Comment fix.

llvm-svn: 11056
  • Loading branch information
alkis committed Feb 1, 2004
1 parent 01268e0 commit e4f9760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TEST.llc.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ test.$(TEST).%: Output/%.$(TEST).report.txt
@echo "---------------------------------------------------------------"
@cat $<

# Define REPORT_DEPENDENCIES so that the report is regenerated if lli changes
# Define REPORT_DEPENDENCIES so that the report is regenerated if llc changes
#
REPORT_DEPENDENCIES := $(LLC)
3 changes: 2 additions & 1 deletion TEST.llc.report
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ sub TotalInstrEliminations {
[],
# Sizes
["#MCInsts", '([0-9]+).*Number of machine instrs printed'],
["#Int" , '([0-9]+).*Number of intervals'],
["#Int" , '([0-9]+).*Number of intervals'],
["#IntJoin", '([0-9]+).*Number of intervals joined'],
[],
# Number of transformations
["#spill" , '([0-9]+).*Number of registers spilled'],
Expand Down

0 comments on commit e4f9760

Please sign in to comment.