Add documentation for top-level items in cranelift-codegen/meta

This commit is contained in:
Andrew Brown
2019-10-30 17:54:04 -07:00
parent e45c283194
commit f19456640c
10 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
//! Generate transformations to legalize instructions without encodings.
use crate::cdsl::ast::{Def, DefPool, Expr, VarPool};
use crate::cdsl::isa::TargetIsa;
use crate::cdsl::operands::Operand;