Update outdated documentation

This commit is contained in:
Oliver Scherer @ Cosmian
2019-10-22 13:32:29 +02:00
committed by Benjamin Bouvier
parent d1c53a18df
commit d8fa5dcb29

View File

@@ -1,9 +1,7 @@
//! A basic `Variable` implementation.
//!
//! `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.
//!
//! Frontends can use any indexing scheme they see fit and
//! generate the appropriate `Variable` instances.
use core::u32;
use cranelift_codegen::entity::EntityRef;