1
Fork 0

Add comments and remove unnecessary code

This commit is contained in:
Bryan Garza 2023-01-06 16:39:24 +00:00
parent f9982ea24a
commit 7618163a1c
3 changed files with 7 additions and 9 deletions

View file

@ -1,3 +1,5 @@
//! A pass that inserts the `ConstEvalCounter` instruction into any blocks that have a back edge
//! (thus indicating there is a loop in the CFG), or whose terminator is a function call.
use crate::MirPass;
use rustc_middle::mir::{