Skip to content

Commit 1c4a20f

Browse files
committed
MERGEME Instrument when fn push_end_region is invoked.
1 parent b987f45 commit 1c4a20f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_mir/build/cfg.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ impl<'tcx> CFG<'tcx> {
4545
block: BasicBlock,
4646
source_info: SourceInfo,
4747
extent: CodeExtent) {
48+
debug!("push_end_region({:?}, {:?}, {:?})", block, source_info, extent);
4849
self.push(block, Statement {
4950
source_info: source_info,
5051
kind: StatementKind::EndRegion(vec![extent]),

0 commit comments

Comments
 (0)