Consistently import llvm::Type and llvm::Value

This commit is contained in:
Zalathar
2025-10-04 16:51:58 +10:00
parent 4fa824bb78
commit 69a975faa9
20 changed files with 28 additions and 52 deletions

View File

@@ -12,9 +12,7 @@ use tracing::debug;
use crate::builder::{Builder, PlaceRef, UNNAMED};
use crate::context::SimpleCx;
use crate::declare::declare_simple_fn;
use crate::llvm;
use crate::llvm::{Metadata, TRUE, Type};
use crate::value::Value;
use crate::llvm::{self, Metadata, TRUE, Type, Value};
pub(crate) fn adjust_activity_to_abi<'tcx>(
tcx: TyCtxt<'tcx>,