Skip to content

Commit

Permalink
Rollup merge of rust-lang#39693 - durka:patch-36, r=petrochenkov
Browse files Browse the repository at this point in the history
driver: restore partially deleted comment

Fixes rust-lang#39689. Comment was lost in commit 811b874 (rust-lang#31916 @nagisa).
  • Loading branch information
frewsxcv authored Feb 10, 2017
2 parents ed7f3c4 + ca9c7ae commit ae5d8fc
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 ae5d8fc

Please sign in to comment.