Remove #[macro_use] extern crate tracing
from rustc_codegen_ssa
.
This commit is contained in:
parent
8e94226e61
commit
8ae0694fcb
19 changed files with 24 additions and 8 deletions
|
@ -45,6 +45,7 @@ use std::collections::BTreeSet;
|
|||
use std::time::{Duration, Instant};
|
||||
|
||||
use itertools::Itertools;
|
||||
use tracing::{debug, info};
|
||||
|
||||
pub fn bin_op_to_icmp_predicate(op: BinOp, signed: bool) -> IntPredicate {
|
||||
match op {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue