Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Commit

Permalink
Updated Note rustc hacking guide middle end (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aatch committed Apr 7, 2013
1 parent 0306aa7 commit 872a0e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Note-rustc-hacking-guide---middle-end.md
@@ -1 +1,3 @@
The middle end includes the resolver, typechecker, kind checker, typestate checker, and various other semantic analysis passes. The source files for it live in ```src/librustc/middle```. The middle end also includes the code generator that generates LLVM code from Rust abstract syntax tree: the code generator files are in ```src/librustc/middle/trans```.
The middle end includes the resolver, typechecker, kind checker, typestate checker, and various other semantic analysis passes. The source files for it live in ```src/librustc/middle```. The middle end also includes the code generator that generates LLVM code from Rust abstract syntax tree: the code generator files are in ```src/librustc/middle/trans```.

* [[Note Intrinsics]]

0 comments on commit 872a0e3

Please sign in to comment.