about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Burka <durka42+github@gmail.com>2017-02-09 12:07:58 -0500
committerGitHub <noreply@github.com>2017-02-09 12:07:58 -0500
commitca9c7ae61b4bc948e45f7f431c9c27ef87d33cd5 (patch)
tree5c5d6e0884a45e3617b46063576c6fb3beb02fa7
parent1129ce51a6cc83ea7d7283fce194948feef4e319 (diff)
downloadrust-ca9c7ae61b4bc948e45f7f431c9c27ef87d33cd5.tar.gz
rust-ca9c7ae61b4bc948e45f7f431c9c27ef87d33cd5.zip
driver: restore partially deleted comment
-rw-r--r--src/librustc_driver/driver.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_driver/driver.rs b/src/librustc_driver/driver.rs
index 33bf4d5276a..4fe3730bbe2 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)