From 95c1b6bbe3d98753c7c99da59bb34fa22c9f6293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindqvist?= Date: Fri, 1 Apr 2016 23:42:00 +0200 Subject: [PATCH] compiler.cfg.linear-scan.live-intervals: doc lint fixes --- .../cfg/linear-scan/live-intervals/live-intervals-docs.factor | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/basis/compiler/cfg/linear-scan/live-intervals/live-intervals-docs.factor b/basis/compiler/cfg/linear-scan/live-intervals/live-intervals-docs.factor index 52c7a2e4b4..cb9bbfec27 100644 --- a/basis/compiler/cfg/linear-scan/live-intervals/live-intervals-docs.factor +++ b/basis/compiler/cfg/linear-scan/live-intervals/live-intervals-docs.factor @@ -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