Add a profiler reference to GraphEncoder
This commit is contained in:
parent
62415e2a95
commit
29cc76f0fc
3 changed files with 18 additions and 33 deletions
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue