1
Fork 0

Add a profiler reference to GraphEncoder

This commit is contained in:
John Kåre Alsaker 2024-03-06 04:17:17 +01:00
parent 62415e2a95
commit 29cc76f0fc
3 changed files with 18 additions and 33 deletions

View file

@ -650,7 +650,7 @@ impl<'tcx> GlobalCtxt<'tcx> {
}
pub fn finish(&self) -> FileEncodeResult {
self.dep_graph.finish_encoding(&self.sess.prof)
self.dep_graph.finish_encoding()
}
}