[codegen] Rename GenLiveRange to GenericLiveRange;
(to avoid confuson with Gen interpreted as Generator)
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user