From ca9c7ae61b4bc948e45f7f431c9c27ef87d33cd5 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Thu, 9 Feb 2017 12:07:58 -0500 Subject: [PATCH] driver: restore partially deleted comment --- src/librustc_driver/driver.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/librustc_driver/driver.rs b/src/librustc_driver/driver.rs index 33bf4d5276adf..4fe3730bbe249 100644 --- a/src/librustc_driver/driver.rs +++ b/src/librustc_driver/driver.rs @@ -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)