Fix a few declarations for the no_std build.
This commit is contained in:
@@ -49,7 +49,6 @@ extern crate failure_derive;
|
|||||||
#[cfg_attr(test, macro_use)]
|
#[cfg_attr(test, macro_use)]
|
||||||
extern crate target_lexicon;
|
extern crate target_lexicon;
|
||||||
|
|
||||||
#[cfg(feature = "std")]
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate log;
|
extern crate log;
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
//! parameter will belong to the same virtual register as the EBB parameter value itself.
|
//! parameter will belong to the same virtual register as the EBB parameter value itself.
|
||||||
|
|
||||||
use cursor::{Cursor, EncCursor};
|
use cursor::{Cursor, EncCursor};
|
||||||
#[cfg(feature = "std")]
|
|
||||||
use dbg::DisplayList;
|
use dbg::DisplayList;
|
||||||
use dominator_tree::{DominatorTree, DominatorTreePreorder};
|
use dominator_tree::{DominatorTree, DominatorTreePreorder};
|
||||||
use flowgraph::{BasicBlock, ControlFlowGraph};
|
use flowgraph::{BasicBlock, ControlFlowGraph};
|
||||||
|
|||||||
Reference in New Issue
Block a user