diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-09-27 22:09:18 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-09-27 22:09:18 +0200 |
| commit | 7cde7db1fcb201defa76ac40b0e5d6d3b790755b (patch) | |
| tree | a102e9c8536a1efd3bcae84f6a894196fe3c9bc6 /compiler/rustc_codegen_gcc/src/intrinsic/llvm.rs | |
| parent | 325b70890a4a9b4b14368cfdd87d0c161632cb30 (diff) | |
| download | rust-7cde7db1fcb201defa76ac40b0e5d6d3b790755b.tar.gz rust-7cde7db1fcb201defa76ac40b0e5d6d3b790755b.zip | |
Fmt
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/intrinsic/llvm.rs')
| -rw-r--r-- | compiler/rustc_codegen_gcc/src/intrinsic/llvm.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_gcc/src/intrinsic/llvm.rs b/compiler/rustc_codegen_gcc/src/intrinsic/llvm.rs index 83ba6c76c6a..0a448ded6b1 100644 --- a/compiler/rustc_codegen_gcc/src/intrinsic/llvm.rs +++ b/compiler/rustc_codegen_gcc/src/intrinsic/llvm.rs @@ -1,7 +1,6 @@ use std::borrow::Cow; -use gccjit::{CType, Context}; -use gccjit::{Function, FunctionPtrType, RValue, ToRValue, UnaryOp}; +use gccjit::{CType, Context, Function, FunctionPtrType, RValue, ToRValue, UnaryOp}; use rustc_codegen_ssa::traits::BuilderMethods; use crate::builder::Builder; |
