Move coverageinfo::ffi
and coverageinfo::map
out of SSA
This commit is contained in:
parent
9c430d38cf
commit
cb570d6bc1
7 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
use crate::common::CodegenCx;
|
||||
use crate::coverageinfo;
|
||||
use crate::coverageinfo::map_data::{Counter, CounterExpression};
|
||||
use crate::llvm;
|
||||
|
||||
use llvm::coverageinfo::CounterMappingRegion;
|
||||
use rustc_codegen_ssa::coverageinfo::map::{Counter, CounterExpression};
|
||||
use rustc_codegen_ssa::traits::ConstMethods;
|
||||
use rustc_data_structures::fx::FxIndexSet;
|
||||
use rustc_hir::def::DefKind;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue