Add comments and remove unnecessary code
This commit is contained in:
parent
f9982ea24a
commit
7618163a1c
3 changed files with 7 additions and 9 deletions
|
@ -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::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue