Rename ILBuilder to FunctionBuilderContext (#268)
* Rename `ILBuilder` to `FunctionBuilderContext` and update corresponding code * Refactor usages of ILBuilder to become FunctionBuilderContext, update variable names to reflect this change * Reformat to ensure that lines stay under 100 char limit * Apply corrections from `rustfmt` to pass tests * Rename variables to be more consistent with refactor of ILBuilder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//! A basic `Variable` implementation.
|
||||
//!
|
||||
//! `ILBuilder`, `FunctionBuilder`, and related types have a `Variable`
|
||||
//! `FunctionBuilderContext`, `FunctionBuilder`, and related types have a `Variable`
|
||||
//! type parameter, to allow frontends that identify variables with
|
||||
//! their own index types to use them directly. Frontends which don't
|
||||
//! can use the `Variable` defined here.
|
||||
|
||||
Reference in New Issue
Block a user