Most of the way to no_std support

This commit is contained in:
Lachlan Sneff
2018-01-15 14:05:38 -05:00
committed by Dan Gohman
parent 2a26b70854
commit 7375088c3e
42 changed files with 146 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ use std::u32;
use cretonne::ir::types::{F32, F64};
use cretonne::ir::immediates::{Ieee32, Ieee64};
use std::mem;
use std::vec::Vec;
/// Structure containing the data relevant the construction of SSA for a given function.
///