Skip to content

Commit 8179d2c

Browse files
committed
cargo fmt
1 parent 39c067d commit 8179d2c

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

cranelift/codegen/src/alias_analysis.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
//! must be correct likely reduce the potential benefit, we don't yet
6262
//! do this.
6363
64-
6564
use crate::{FxHashMap, FxHashSet};
6665
use crate::{
6766
cursor::{Cursor, FuncCursor},

cranelift/codegen/src/ir/immediates.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
//! Each type here should have a corresponding definition in the
55
//! `cranelift-codegen/meta/src/shared/immediates` crate in the meta language.
66
7-
87
use alloc::vec::Vec;
98
use core::cmp::Ordering;
109
use core::fmt::{self, Display, Formatter};

cranelift/codegen/src/isa/aarch64/inst/imms.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use crate::ir::types::*;
44
use crate::isa::aarch64::inst::{OperandSize, ScalarSize};
55
use crate::machinst::PrettyPrint;
66

7-
87
use alloc::string::String;
98

109
/// An immediate that represents the NZCV flags.

cranelift/codegen/src/isa/s390x/inst/regs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use regalloc2::PReg;
66
use crate::isa::s390x::inst::{RegPair, WritableRegPair};
77
use crate::machinst::*;
88

9-
109
//=============================================================================
1110
// Registers, the Universe thereof, and printing
1211

0 commit comments

Comments
 (0)