Update outdated documentation
This commit is contained in:
committed by
Benjamin Bouvier
parent
d1c53a18df
commit
d8fa5dcb29
@@ -1,9 +1,7 @@
|
|||||||
//! A basic `Variable` implementation.
|
//! A basic `Variable` implementation.
|
||||||
//!
|
//!
|
||||||
//! `FunctionBuilderContext`, `FunctionBuilder`, and related types have a `Variable`
|
//! Frontends can use any indexing scheme they see fit and
|
||||||
//! type parameter, to allow frontends that identify variables with
|
//! generate the appropriate `Variable` instances.
|
||||||
//! their own index types to use them directly. Frontends which don't
|
|
||||||
//! can use the `Variable` defined here.
|
|
||||||
|
|
||||||
use core::u32;
|
use core::u32;
|
||||||
use cranelift_codegen::entity::EntityRef;
|
use cranelift_codegen::entity::EntityRef;
|
||||||
|
|||||||
Reference in New Issue
Block a user