Fix an outdated comment referring to FunctionLayout instead of Layout
This commit is contained in:
committed by
Benjamin Bouvier
parent
3ac7466cab
commit
237d48477a
@@ -25,7 +25,7 @@ use std::collections::HashMap;
|
|||||||
/// instruction results or EBB parameters.
|
/// instruction results or EBB parameters.
|
||||||
///
|
///
|
||||||
/// The layout of EBBs in the function and of instructions in each EBB is recorded by the
|
/// The layout of EBBs in the function and of instructions in each EBB is recorded by the
|
||||||
/// `FunctionLayout` data structure which form the other half of the function representation.
|
/// `Layout` data structure which forms the other half of the function representation.
|
||||||
///
|
///
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct DataFlowGraph {
|
pub struct DataFlowGraph {
|
||||||
|
|||||||
Reference in New Issue
Block a user