Skip to content

Commit 0928728

Browse files
Add back missing llvm_util import
1 parent b127a0f commit 0928728

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_codegen_llvm/src/builder.rs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use crate::attributes;
33
use crate::common::Funclet;
44
use crate::context::CodegenCx;
55
use crate::llvm::{self, AtomicOrdering, AtomicRmwBinOp, BasicBlock, False, True};
6+
use crate::llvm_util;
67
use crate::type_::Type;
78
use crate::type_of::LayoutLlvmExt;
89
use crate::value::Value;

0 commit comments

Comments
 (0)