diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-11-12 13:36:12 -0600 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-11-14 13:08:20 -0600 |
| commit | 13d0eabc63958f7438330c268b478538f047716f (patch) | |
| tree | ca1d3092a6a88a1a91162b42c00e1994c0df8e40 /src/doc/rustc-dev-guide | |
| parent | f583948e83a0fee0f0f850808a0e1785810896ab (diff) | |
| download | rust-13d0eabc63958f7438330c268b478538f047716f.tar.gz rust-13d0eabc63958f7438330c268b478538f047716f.zip | |
typo
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/mir/optimizations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/mir/optimizations.md b/src/doc/rustc-dev-guide/src/mir/optimizations.md index cb60af1af86..d32f508133a 100644 --- a/src/doc/rustc-dev-guide/src/mir/optimizations.md +++ b/src/doc/rustc-dev-guide/src/mir/optimizations.md @@ -1,7 +1,7 @@ # MIR optimizations MIR optimizations are optimizations run on the [MIR][mir] to produce better MIR -before codegen. This is important for two reasons: first, it make the final +before codegen. This is important for two reasons: first, it makes the final generated executable code better, and second, it means that LLVM has less work to do, so compilation is faster. Note that since MIR is generic (not [monomorphized][monomorph] yet), these optimizations are particularly |
