Small mir-opt refactor
Hopefully-non-controversial changes from some not-ready-yet work that I'd figured I'd submit on their own.
This commit is contained in:
parent
f7c48297ce
commit
b215a32af3
4 changed files with 11 additions and 23 deletions
|
@ -1504,6 +1504,7 @@ impl Statement<'_> {
|
|||
}
|
||||
|
||||
/// Changes a statement to a nop and returns the original statement.
|
||||
#[must_use = "If you don't need the statement, use `make_nop` instead"]
|
||||
pub fn replace_nop(&mut self) -> Self {
|
||||
Statement {
|
||||
source_info: self.source_info,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue