@@ -461,11 +461,6 @@ rustc_dep_node_append!([define_dep_nodes!][ <'tcx>
461461
462462 // Represents the MIR for a fn; also used as the task node for
463463 // things read/modify that MIR.
464- [ ] MirConstQualif ( DefId ) ,
465- [ ] MirBuilt ( DefId ) ,
466- [ ] MirConst ( DefId ) ,
467- [ ] MirValidated ( DefId ) ,
468- [ ] MirOptimized ( DefId ) ,
469464 [ ] MirShim { instance_def: InstanceDef <' tcx> } ,
470465
471466 [ ] BorrowCheckKrate ,
@@ -485,7 +480,6 @@ rustc_dep_node_append!([define_dep_nodes!][ <'tcx>
485480 [ ] CollectModItemTypes ( DefId ) ,
486481
487482 [ ] Reachability ,
488- [ ] MirKeys ,
489483 [ eval_always] CrateVariances ,
490484
491485 // Nodes representing bits of computed IR in the tcx. Each shared
@@ -544,7 +538,6 @@ rustc_dep_node_append!([define_dep_nodes!][ <'tcx>
544538 [ anon] TraitSelect ,
545539
546540 [ ] ParamEnv ( DefId ) ,
547- [ ] Environment ( DefId ) ,
548541 [ ] DescribeDef ( DefId ) ,
549542
550543 // FIXME(mw): DefSpans are not really inputs since they are derived from
@@ -571,7 +564,6 @@ rustc_dep_node_append!([define_dep_nodes!][ <'tcx>
571564 [ ] HasGlobalAllocator ( CrateNum ) ,
572565 [ ] HasPanicHandler ( CrateNum ) ,
573566 [ input] ExternCrate ( DefId ) ,
574- [ eval_always] LintLevels ,
575567 [ ] Specializes { impl1: DefId , impl2: DefId } ,
576568 [ input] InScopeTraits ( DefIndex ) ,
577569 [ input] ModuleExports ( DefId ) ,
@@ -621,14 +613,6 @@ rustc_dep_node_append!([define_dep_nodes!][ <'tcx>
621613 [ input] UsedCrateSource ( CrateNum ) ,
622614 [ input] PostorderCnums ,
623615
624- // These queries are not expected to have inputs -- as a result, they
625- // are not good candidates for "replay" because they are essentially
626- // pure functions of their input (and hence the expectation is that
627- // no caller would be green **apart** from just these
628- // queries). Making them anonymous avoids hashing the result, which
629- // may save a bit of time.
630- [ anon] EraseRegionsTy { ty: Ty <' tcx> } ,
631-
632616 [ input] Freevars ( DefId ) ,
633617 [ input] MaybeUnusedTraitImport ( DefId ) ,
634618 [ input] MaybeUnusedExternCrates ,
@@ -667,9 +651,6 @@ rustc_dep_node_append!([define_dep_nodes!][ <'tcx>
667651
668652 [ input] Features ,
669653
670- [ ] ProgramClausesFor ( DefId ) ,
671- [ ] ProgramClausesForEnv ( traits:: Environment <' tcx>) ,
672- [ ] WasmImportModuleMap ( CrateNum ) ,
673654 [ ] ForeignModules ( CrateNum ) ,
674655
675656 [ ] UpstreamMonomorphizations ( CrateNum ) ,
0 commit comments