a few mode feedback fixes per @bjorn3
This commit is contained in:
parent
a6dd658254
commit
8d7b124c1f
3 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@ struct ArmIdentityInfo<'tcx> {
|
|||
/// (StorageLive index,, StorageDead index, Local)
|
||||
storage_stmts: Vec<(usize, usize, Local)>,
|
||||
|
||||
/// The statements that should be removed (turned into noops)
|
||||
/// The statements that should be removed (turned into nops)
|
||||
stmts_to_remove: Vec<usize>,
|
||||
|
||||
/// Indices of debug variables that need to be adjusted to point to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue