driver: restore partially deleted comment
This commit is contained in:
parent
1129ce51a6
commit
ca9c7ae61b
1 changed files with 1 additions and 0 deletions
|
@ -1000,6 +1000,7 @@ pub fn phase_3_run_analysis_passes<'tcx, F, R>(sess: &'tcx Session,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Run the translation phase to LLVM, after which the AST and analysis can
|
/// Run the translation phase to LLVM, after which the AST and analysis can
|
||||||
|
/// be discarded.
|
||||||
pub fn phase_4_translate_to_llvm<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>,
|
pub fn phase_4_translate_to_llvm<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>,
|
||||||
analysis: ty::CrateAnalysis,
|
analysis: ty::CrateAnalysis,
|
||||||
incremental_hashes_map: &IncrementalHashesMap)
|
incremental_hashes_map: &IncrementalHashesMap)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue