Removed extraneous newlines
This commit is contained in:
committed by
Dan Gohman
parent
5590abcfd9
commit
ddfa88c8ba
@@ -8,7 +8,6 @@ use packed_option::PackedOption;
|
||||
use std::cmp;
|
||||
use std::mem;
|
||||
use timing;
|
||||
|
||||
use std::cmp::Ordering;
|
||||
use std::vec::Vec;
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@ use isa::{TargetIsa, RegInfo, RegClass, EncInfo};
|
||||
use ir;
|
||||
use regalloc;
|
||||
use std::fmt;
|
||||
|
||||
use std::boxed::Box;
|
||||
|
||||
#[allow(dead_code)]
|
||||
|
||||
@@ -14,7 +14,6 @@ use isa::{TargetIsa, RegInfo, RegClass, EncInfo};
|
||||
use ir;
|
||||
use regalloc;
|
||||
use std::fmt;
|
||||
|
||||
use std::boxed::Box;
|
||||
|
||||
#[allow(dead_code)]
|
||||
|
||||
@@ -16,7 +16,6 @@ use regalloc;
|
||||
use result;
|
||||
use timing;
|
||||
use std::fmt;
|
||||
|
||||
use std::boxed::Box;
|
||||
|
||||
#[allow(dead_code)]
|
||||
|
||||
@@ -54,7 +54,6 @@ use result;
|
||||
use timing;
|
||||
use isa::enc_tables::Encodings;
|
||||
use std::fmt;
|
||||
|
||||
use std::boxed::Box;
|
||||
|
||||
#[cfg(build_riscv)]
|
||||
|
||||
@@ -14,7 +14,6 @@ use isa::{TargetIsa, RegInfo, RegClass, EncInfo};
|
||||
use ir;
|
||||
use regalloc;
|
||||
use std::fmt;
|
||||
|
||||
use std::boxed::Box;
|
||||
|
||||
#[allow(dead_code)]
|
||||
|
||||
@@ -6,7 +6,6 @@ use dominator_tree::DominatorTree;
|
||||
use ir::{InstructionData, Function, Inst, Opcode, Type};
|
||||
use scoped_hash_map::ScopedHashMap;
|
||||
use timing;
|
||||
|
||||
use std::vec::Vec;
|
||||
|
||||
/// Test whether the given opcode is unsafe to even consider for GVN.
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
use entity::SparseSet;
|
||||
use dominator_tree::DominatorTree;
|
||||
use ir::{Ebb, Layout};
|
||||
|
||||
use std::vec::Vec;
|
||||
|
||||
/// Present EBBs in a topological order such that all dominating EBBs are guaranteed to be visited
|
||||
|
||||
Reference in New Issue
Block a user