Skip to content

Commit 5380073

Browse files
committed
Update and correct the description of analyses/
1 parent 508df43 commit 5380073

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/analyses/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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
7979
dominators 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

8383
A simple, unsound constant propagator. Replaces RHS symbol expressions (variable
8484
reads) 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

0 commit comments

Comments
 (0)