moved depnode

This commit is contained in:
Marco Concetto Rudilosso 2017-10-18 17:28:31 +01:00
parent 73c95431ee
commit 20ae2d98c0

View file

@ -632,10 +632,9 @@ define_dep_nodes!( <'tcx>
[] CodegenUnit(InternedString),
[] CompileCodegenUnit(InternedString),
[] OutputFilenames,
[] NormalizeTy,
// We use this for most things when incr. comp. is turned off.
[] Null,
[] NormalizeTy,
);
trait DepNodeParams<'a, 'gcx: 'tcx + 'a, 'tcx: 'a> : fmt::Debug {