Skip to content

Commit

Permalink
driver: restore partially deleted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
durka committed Feb 9, 2017
1 parent 1129ce5 commit ca9c7ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_driver/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ca9c7ae

Please sign in to comment.