Fix an outdated comment referring to FunctionLayout instead of Layout

This commit is contained in:
Sean Stangl
2019-07-09 10:01:29 -06:00
committed by Benjamin Bouvier
parent 3ac7466cab
commit 237d48477a

View File

@@ -25,7 +25,7 @@ use std::collections::HashMap;
/// instruction results or EBB parameters.
///
/// 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)]
pub struct DataFlowGraph {