Fix a few declarations for the no_std build.

This commit is contained in:
Dan Gohman
2018-08-13 12:52:30 -07:00
parent 3b56b2f4fb
commit 4769e67468
2 changed files with 0 additions and 2 deletions

View File

@@ -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;

View File

@@ -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};