1
Fork 0

driver: restore partially deleted comment

This commit is contained in:
Alex Burka 2017-02-09 12:07:58 -05:00 committed by GitHub
parent 1129ce51a6
commit ca9c7ae61b

View file

@ -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
/// be discarded.
pub fn phase_4_translate_to_llvm<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>,
analysis: ty::CrateAnalysis,
incremental_hashes_map: &IncrementalHashesMap)