Revert "Remove FunctionBuilderContext from API, and change FunctionBuilder API"
This reverts commit 39e638af99dbe6537bc935bfb1a74669b62877b3.
This commit is contained in:
committed by
Benjamin Bouvier
parent
8d62d5f724
commit
5426e42a27
@@ -176,7 +176,9 @@ impl SSABuilder {
|
||||
self.variables.clear();
|
||||
self.blocks.clear();
|
||||
self.ebb_headers.clear();
|
||||
debug_assert!(self.is_empty());
|
||||
debug_assert!(self.calls.is_empty());
|
||||
debug_assert!(self.results.is_empty());
|
||||
debug_assert!(self.side_effects.is_empty());
|
||||
}
|
||||
|
||||
/// Tests whether an `SSABuilder` is in a cleared state.
|
||||
|
||||
Reference in New Issue
Block a user