Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottt committed Aug 30, 2024
1 parent c67e5a9 commit bfbbe10
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/checker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -777,12 +777,7 @@ impl<'a, F: Function> Checker<'a, F> {
}

/// For each original instruction, create an `Op`.
fn handle_inst(
&mut self,
block: Block,
inst: Inst,
out: &Output,
) {
fn handle_inst(&mut self, block: Block, inst: Inst, out: &Output) {
// Skip normal checks if this is a branch: the blockparams do
// not exist in post-regalloc code, and the edge-moves have to
// be inserted before the branch rather than after.
Expand Down

0 comments on commit bfbbe10

Please sign in to comment.