]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/mir/block.rs
Beginning of moving all backend-agnostic code to rustc_codegen_ssa
[rust.git] / src / librustc_codegen_llvm / mir / block.rs
index 02d532f8c0d965e6ec5a6bf72a52e53713d53a3c..d72fdb2fb236e0d7ebbab2a7981050c1066c4a5f 100644 (file)
@@ -18,7 +18,7 @@
 use base;
 use builder::MemFlags;
 use common;
-use rustc_codegen_utils::common::IntPredicate;
+use rustc_codegen_ssa::common::IntPredicate;
 use meth;
 use monomorphize;