[codegen] Rename GenLiveRange to GenericLiveRange;

(to avoid confuson with Gen interpreted as Generator)
This commit is contained in:
Benjamin Bouvier
2019-09-12 14:23:12 +02:00
parent b036ab77dc
commit 59f5f12c60
2 changed files with 19 additions and 15 deletions

View File

@@ -698,7 +698,7 @@ impl Layout {
#[derive(Clone, Debug, Default)]
struct InstNode {
// The Ebb containing this instruction, or `None` if the instruction is not yet inserted.
/// The Ebb containing this instruction, or `None` if the instruction is not yet inserted.
ebb: PackedOption<Ebb>,
prev: PackedOption<Inst>,
next: PackedOption<Inst>,