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.
7878` cfg_dominators_templatet::output ` is a good place to check how to query the
7979dominators it has found.
8080
81- \subsection analyses-constant-propagation Constant propagation (\ref constant_propagator_ait)
81+ \subsection analyses-constant-propagation Constant propagation (constant_propagator_ait)
8282
8383A simple, unsound constant propagator. Replaces RHS symbol expressions (variable
8484reads) with their values when they appear to have a unique value at a particular
@@ -251,10 +251,6 @@ To be documented.
251251
252252\section analyses-transformations Transformations (arguably in the wrong directory):
253253
254- \subsection analyses-goto-checkt Pointer / overflow / other check insertion (goto_checkt)
255-
256- To be documented.
257-
258254\subsection analyses-interval-analysis Integer interval analysis -- both an analysis and a transformation
259255
260256\ref interval_analysis interprets instructions of the input \ref goto_modelt
You can’t perform that action at this time.
0 commit comments