Renamed `trans: generating LLVM IR` section.
This commit is contained in:
parent
dc037e216b
commit
c32587aaed
|
|
@ -19,5 +19,5 @@
|
||||||
- [MIR construction](./mir-construction.md)
|
- [MIR construction](./mir-construction.md)
|
||||||
- [MIR borrowck](./mir-borrowck.md)
|
- [MIR borrowck](./mir-borrowck.md)
|
||||||
- [MIR optimizations](./mir-optimizations.md)
|
- [MIR optimizations](./mir-optimizations.md)
|
||||||
- [trans: generating LLVM IR](./trans.md)
|
- [The `trans` crate: generating LLVM IR](./trans.md)
|
||||||
- [Glossary](./glossary.md)
|
- [Glossary](./glossary.md)
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
# trans: generating LLVM IR
|
# The `trans` crate: generating LLVM IR
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue