Remove an obsolete comment.

This commit is contained in:
Dan Gohman
2018-10-22 08:58:37 -07:00
parent b288c6001a
commit ed8ecb99df

View File

@@ -18,10 +18,6 @@ use variable::Variable;
/// In order to reduce memory reallocations when compiling multiple functions, /// In order to reduce memory reallocations when compiling multiple functions,
/// `FunctionBuilderContext` holds various data structures which are cleared between /// `FunctionBuilderContext` holds various data structures which are cleared between
/// functions, rather than dropped, preserving the underlying allocations. /// functions, rather than dropped, preserving the underlying allocations.
///
/// The `Variable` parameter can be any index-like type that can be made to
/// implement `EntityRef`. For frontends that don't have an obvious type to
/// use here, `variable::Variable` can be used.
pub struct FunctionBuilderContext { pub struct FunctionBuilderContext {
ssa: SSABuilder, ssa: SSABuilder,
ebbs: SecondaryMap<Ebb, EbbData>, ebbs: SecondaryMap<Ebb, EbbData>,