Minor code simplification.
This commit is contained in:
@@ -260,10 +260,7 @@ where
|
|||||||
|
|
||||||
let basic_block = self.builder.ssa.header_block(ebb);
|
let basic_block = self.builder.ssa.header_block(ebb);
|
||||||
// Then we change the cursor position.
|
// Then we change the cursor position.
|
||||||
self.position = Position {
|
self.position = Position { ebb, basic_block };
|
||||||
ebb: ebb,
|
|
||||||
basic_block: basic_block,
|
|
||||||
};
|
|
||||||
self.ebb_args_adjustement(ebb, jump_args);
|
self.ebb_args_adjustement(ebb, jump_args);
|
||||||
self.func.dfg.ebb_args(ebb)
|
self.func.dfg.ebb_args(ebb)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user