We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db96b0e commit e172520Copy full SHA for e172520
doc/index.html
@@ -24,7 +24,7 @@
24
25
<H1 align="center">The CompCert verified compiler</H1>
26
<H2 align="center">Commented Coq development</H2>
27
-<H3 align="center">Version 3.5, 2019-02-27</H3>
+<H3 align="center">Version 3.6, 2019-09-17</H3>
28
29
<H2>Introduction</H2>
30
@@ -180,7 +180,8 @@ <H3>Compiler passes</H3>
180
</TR>
181
182
<TR valign="top">
183
- <TD>Recognition of operators<br>and addressing modes</TD>
+ <TD>Recognition of operators<br>and addressing modes;<br>
184
+ if-conversion</TD>
185
<TD>Cminor to CminorSel</TD>
186
<TD><A HREF="html/compcert.backend.Selection.html">Selection</A><br>
187
<A HREF="html/compcert.powerpc.SelectOp.html"><I>SelectOp</I></A><br>
0 commit comments