diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-12-05 11:21:44 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-12-05 11:21:44 -0800 |
| commit | 12e401cc7e7e2ab341300e02dc07d7eacd8569cb (patch) | |
| tree | 8de98ad1bec9d8f1e2a5aff3b9c06617218a5086 /src/comp/middle | |
| parent | 47ea57feadb6d05241fad064434c28c48e31b7fc (diff) | |
| download | rust-12e401cc7e7e2ab341300e02dc07d7eacd8569cb.tar.gz rust-12e401cc7e7e2ab341300e02dc07d7eacd8569cb.zip | |
rustc: Remove whitespace
Diffstat (limited to 'src/comp/middle')
| -rw-r--r-- | src/comp/middle/trans.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/middle/trans.rs b/src/comp/middle/trans.rs index 3ea355d2cb9..6804434bb4c 100644 --- a/src/comp/middle/trans.rs +++ b/src/comp/middle/trans.rs @@ -6066,7 +6066,7 @@ fn trans_crate(sess: session::session, crate: @ast::crate, tcx: ty::ctxt, // for ELF backends. Value of the "filename" is set as the // LLVM module identifier. Due to a LLVM MC bug[1], LLVM // crashes if the module identifer is same as other symbols - // such as a function name in the module. + // such as a function name in the module. // 1. http://llvm.org/bugs/show_bug.cgi?id=11479 let llmod_id = link_meta.name + ".rc"; |
