diff options
| author | Alexander Regueiro <alexreg@me.com> | 2018-02-04 18:37:37 +0000 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-02-04 21:46:26 -0600 |
| commit | 41bb7504d771dafb005a9daee57549f683397ccc (patch) | |
| tree | 2f0ba625583bc1b506ccd0e4395a9484f3595106 /src/doc/rustc-dev-guide | |
| parent | 0976bb3c90ab04adeaf9e3ea0437ce91284ba434 (diff) | |
| download | rust-41bb7504d771dafb005a9daee57549f683397ccc.tar.gz rust-41bb7504d771dafb005a9daee57549f683397ccc.zip | |
Renamed `trans: generating LLVM IR` section.
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/SUMMARY.md | 2 | ||||
| -rw-r--r-- | src/doc/rustc-dev-guide/src/trans.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md index 8e18969a1f6..8f128f6488d 100644 --- a/src/doc/rustc-dev-guide/src/SUMMARY.md +++ b/src/doc/rustc-dev-guide/src/SUMMARY.md @@ -19,5 +19,5 @@ - [MIR construction](./mir-construction.md) - [MIR borrowck](./mir-borrowck.md) - [MIR optimizations](./mir-optimizations.md) -- [trans: generating LLVM IR](./trans.md) +- [The `trans` crate: generating LLVM IR](./trans.md) - [Glossary](./glossary.md) diff --git a/src/doc/rustc-dev-guide/src/trans.md b/src/doc/rustc-dev-guide/src/trans.md index 7092b7a0baf..efff52ef982 100644 --- a/src/doc/rustc-dev-guide/src/trans.md +++ b/src/doc/rustc-dev-guide/src/trans.md @@ -1 +1 @@ -# trans: generating LLVM IR +# The `trans` crate: generating LLVM IR |
