Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / src / CompilerPassTemplate.adoc
1 CompilerPassTemplate
2 ====================
3
4 An analysis pass for the <:ZZZ:> <:IntermediateLanguage:>, invoked from <:ZZZOtherPass:>.
5 An implementation pass for the <:ZZZ:> <:IntermediateLanguage:>, invoked from <:ZZZSimplify:>.
6 An optimization pass for the <:ZZZ:> <:IntermediateLanguage:>, invoked from <:ZZZSimplify:>.
7 A rewrite pass for the <:ZZZ:> <:IntermediateLanguage:>, invoked from <:ZZZOtherPass:>.
8 A translation pass from the <:ZZA:> <:IntermediateLanguage:> to the <:ZZB:> <:IntermediateLanguage:>.
9
10 == Description ==
11
12 A short description of the pass.
13
14 == Implementation ==
15
16 * <!ViewGitFile(mlton,master,mlton/ZZZ.fun)>
17
18 == Details and Notes ==
19
20 Relevant details and notes.