Remove the check_mod_intrinsics query

This commit is contained in:
Oli Scherer 2022-04-13 14:49:03 +00:00
parent cb886cc164
commit 0fdaaadb36
6 changed files with 3 additions and 17 deletions

View file

@ -937,7 +937,6 @@ fn analysis(tcx: TyCtxt<'_>, (): ()) -> Result<()> {
//
// maybe move the check to a MIR pass?
tcx.ensure().check_mod_liveness(module);
tcx.ensure().check_mod_intrinsics(module);
});
});
}