File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ apply the dominator algorithm to its Java bytecode representation.
78
78
` cfg_dominators_templatet::output ` is a good place to check how to query the
79
79
dominators it has found.
80
80
81
- \subsection analyses-constant-propagation Constant propagation (\ref constant_propagator_ait)
81
+ \subsection analyses-constant-propagation Constant propagation (constant_propagator_ait)
82
82
83
83
A simple, unsound constant propagator. Replaces RHS symbol expressions (variable
84
84
reads) with their values when they appear to have a unique value at a particular
@@ -251,10 +251,6 @@ To be documented.
251
251
252
252
\section analyses-transformations Transformations (arguably in the wrong directory):
253
253
254
- \subsection analyses-goto-checkt Pointer / overflow / other check insertion (goto_checkt)
255
-
256
- To be documented.
257
-
258
254
\subsection analyses-interval-analysis Integer interval analysis -- both an analysis and a transformation
259
255
260
256
\ref interval_analysis interprets instructions of the input \ref goto_modelt
You can’t perform that action at this time.
0 commit comments