anon NormalizeTy DepNode

This commit is contained in:
Marco Concetto Rudilosso 2017-10-21 20:11:27 +01:00
parent 20ae2d98c0
commit a3667d3209

View file

@ -632,7 +632,7 @@ define_dep_nodes!( <'tcx>
[] CodegenUnit(InternedString),
[] CompileCodegenUnit(InternedString),
[] OutputFilenames,
[] NormalizeTy,
[anon] NormalizeTy,
// We use this for most things when incr. comp. is turned off.
[] Null,
);