Skip to content

Commit 8341555

Browse files
committed
rustfmt: collapse is_branch && opcode-guard onto one line
1 parent f9f6319 commit 8341555

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • cranelift/codegen/src/egraph

cranelift/codegen/src/egraph/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -654,9 +654,7 @@ where
654654
// cost-based ranking the other variants do. The first such
655655
// candidate wins; ISLE rule ordering picks the form.
656656
SkeletonInstSimplification::ReplaceBranchCond { cond } => {
657-
log::trace!(
658-
" -> simplify_skeleton: replace `brif` cond with {cond}"
659-
);
657+
log::trace!(" -> simplify_skeleton: replace `brif` cond with {cond}");
660658
return Some(SkeletonInstSimplification::ReplaceBranchCond { cond });
661659
}
662660
};

0 commit comments

Comments
 (0)