compiler.cfg.linear-scan.live-intervals: doc lint fixes

locals-and-roots
Björn Lindqvist 2016-04-01 23:42:00 +02:00
parent a60f122c5e
commit 95c1b6bbe3
1 changed files with 1 additions and 3 deletions

View File

@ -67,8 +67,6 @@ HELP: live-interval-state
{ $slot "spill-to" }
{ { $link spill-slot } " to use for spilling, if it needs to be spilled." }
}
{ { $slot "start" } { "Earliest insn# where the interval is live." } }
{ { $slot "end" } { "Latest insn# where the interval is live." } }
{
{ $slot "ranges" }
{ "Inclusive ranges where the live interval is live. This is because the [start,end] interval can have gaps." }
@ -84,7 +82,7 @@ HELP: live-intervals
{ $var-description "Mapping from vreg to " { $link live-interval-state } "." } ;
HELP: record-def
{ $values { "vreg" integer } { "n" integer } { spill-slot? boolean } }
{ $values { "vreg" integer } { "n" integer } { "spill-slot?" boolean } }
{ $description "Records that the 'vreg' is defined at the instruction numbered 'n'." } ;
HELP: record-temp