@@ -461,11 +461,6 @@ rustc_dep_node_append!([define_dep_nodes!][ <'tcx>
461
461
462
462
// Represents the MIR for a fn; also used as the task node for
463
463
// things read/modify that MIR.
464
- [ ] MirConstQualif ( DefId ) ,
465
- [ ] MirBuilt ( DefId ) ,
466
- [ ] MirConst ( DefId ) ,
467
- [ ] MirValidated ( DefId ) ,
468
- [ ] MirOptimized ( DefId ) ,
469
464
[ ] MirShim { instance_def: InstanceDef <' tcx> } ,
470
465
471
466
[ ] BorrowCheckKrate ,
@@ -485,7 +480,6 @@ rustc_dep_node_append!([define_dep_nodes!][ <'tcx>
485
480
[ ] CollectModItemTypes ( DefId ) ,
486
481
487
482
[ ] Reachability ,
488
- [ ] MirKeys ,
489
483
[ eval_always] CrateVariances ,
490
484
491
485
// Nodes representing bits of computed IR in the tcx. Each shared
@@ -544,7 +538,6 @@ rustc_dep_node_append!([define_dep_nodes!][ <'tcx>
544
538
[ anon] TraitSelect ,
545
539
546
540
[ ] ParamEnv ( DefId ) ,
547
- [ ] Environment ( DefId ) ,
548
541
[ ] DescribeDef ( DefId ) ,
549
542
550
543
// FIXME(mw): DefSpans are not really inputs since they are derived from
@@ -571,7 +564,6 @@ rustc_dep_node_append!([define_dep_nodes!][ <'tcx>
571
564
[ ] HasGlobalAllocator ( CrateNum ) ,
572
565
[ ] HasPanicHandler ( CrateNum ) ,
573
566
[ input] ExternCrate ( DefId ) ,
574
- [ eval_always] LintLevels ,
575
567
[ ] Specializes { impl1: DefId , impl2: DefId } ,
576
568
[ input] InScopeTraits ( DefIndex ) ,
577
569
[ input] ModuleExports ( DefId ) ,
@@ -621,14 +613,6 @@ rustc_dep_node_append!([define_dep_nodes!][ <'tcx>
621
613
[ input] UsedCrateSource ( CrateNum ) ,
622
614
[ input] PostorderCnums ,
623
615
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
-
632
616
[ input] Freevars ( DefId ) ,
633
617
[ input] MaybeUnusedTraitImport ( DefId ) ,
634
618
[ input] MaybeUnusedExternCrates ,
@@ -667,9 +651,6 @@ rustc_dep_node_append!([define_dep_nodes!][ <'tcx>
667
651
668
652
[ input] Features ,
669
653
670
- [ ] ProgramClausesFor ( DefId ) ,
671
- [ ] ProgramClausesForEnv ( traits:: Environment <' tcx>) ,
672
- [ ] WasmImportModuleMap ( CrateNum ) ,
673
654
[ ] ForeignModules ( CrateNum ) ,
674
655
675
656
[ ] UpstreamMonomorphizations ( CrateNum ) ,
0 commit comments