Combine instructions immediately
No functional changes intended
This commit is contained in:
parent
a9292d871c
commit
508eec49e9
2 changed files with 91 additions and 159 deletions
|
@ -54,7 +54,7 @@ mod type_foldable;
|
|||
pub mod visit;
|
||||
|
||||
/// Types for locals
|
||||
type LocalDecls<'tcx> = IndexVec<Local, LocalDecl<'tcx>>;
|
||||
pub type LocalDecls<'tcx> = IndexVec<Local, LocalDecl<'tcx>>;
|
||||
|
||||
pub trait HasLocalDecls<'tcx> {
|
||||
fn local_decls(&self) -> &LocalDecls<'tcx>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue