Skip to content

Commit 0013d4c

Browse files
committedDec 21, 2016
Fix rebase errors.
1 parent 079abd0 commit 0013d4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/librustc_trans/mir/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use libc::c_uint;
1212
use llvm::{self, ValueRef, BasicBlockRef};
1313
use llvm::debuginfo::DIScope;
14-
use rustc::ty;
14+
use rustc::ty::{self, layout};
1515
use rustc::mir::{self, Mir};
1616
use rustc::mir::tcx::LvalueTy;
1717
use rustc::ty::subst::Substs;
@@ -23,7 +23,6 @@ use common::{self, BlockAndBuilder, CrateContext, FunctionContext, C_null, Funcl
2323
use debuginfo::{self, declare_local, VariableAccess, VariableKind, FunctionDebugContext};
2424
use monomorphize::{self, Instance};
2525
use abi::FnType;
26-
use machine;
2726
use type_of;
2827

2928
use syntax_pos::{DUMMY_SP, NO_EXPANSION, COMMAND_LINE_EXPN, BytePos, Span};

0 commit comments

Comments
 (0)