Skip to content

Commit 73d40af

Browse files
author
martin
committed
Update the documentation to keep up with the code changes!
1 parent a729c78 commit 73d40af

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

src/analyses/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ for example by walking a chain of pointers and updating a points-to set, but
4141
abstract value (for example, SKIP instructions). Therefore, not recommended for
4242
new code.
4343

44-
Only current user in-tree is \ref value_set_analysis_fit and its close
45-
relatives, \ref value_set_analysis_fivrt and \ref value_set_analysis_fivrnst
44+
Only current user in-tree is \ref value_set_analysis_fit.
4645

4746
\section analyses-specific-analyses Specific analyses:
4847

src/pointer-analysis/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ program. The main classes are \ref value_set_analysis_templatet,
5151

5252
To be documented.
5353

54-
\subsubsection pointer-analysis-flow-insensitive-with-vr Flow-insensitive with 'vr' (value reduction?)
55-
56-
To be documented.
57-
58-
\subsubsection pointer-analysis-flow-insensitive-with-vr-ns Flow-insensitive with 'vr' and 'ns' (value reduction, ???)
59-
60-
To be documented.
61-
6254
\section pointer-analysis-transformations Transformations:
6355

6456
\subsection pointer-analysis-add-failed-symbols

0 commit comments

Comments
 (0)