Renamed trans: generating LLVM IR section.

This commit is contained in:
Alexander Regueiro 2018-02-04 18:37:37 +00:00 committed by Who? Me?!
parent 0976bb3c90
commit 41bb7504d7
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -1 +1 @@
# trans: generating LLVM IR
# The `trans` crate: generating LLVM IR