Skip to content

Commit

Permalink
Update and correct the description of analyses/
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-cs committed Sep 1, 2023
1 parent 508df43 commit 5380073
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/analyses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ apply the dominator algorithm to its Java bytecode representation.
`cfg_dominators_templatet::output` is a good place to check how to query the
dominators it has found.

\subsection analyses-constant-propagation Constant propagation (\ref constant_propagator_ait)
\subsection analyses-constant-propagation Constant propagation (constant_propagator_ait)

A simple, unsound constant propagator. Replaces RHS symbol expressions (variable
reads) with their values when they appear to have a unique value at a particular
Expand Down Expand Up @@ -251,10 +251,6 @@ To be documented.

\section analyses-transformations Transformations (arguably in the wrong directory):

\subsection analyses-goto-checkt Pointer / overflow / other check insertion (goto_checkt)

To be documented.

\subsection analyses-interval-analysis Integer interval analysis -- both an analysis and a transformation

\ref interval_analysis interprets instructions of the input \ref goto_modelt
Expand Down

0 comments on commit 5380073

Please sign in to comment.