File tree 5 files changed +0
-54
lines changed
5 files changed +0
-54
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ OBJ += ../$(CPROVER_DIR)/src/ansi-c/ansi-c$(LIBEXT) \
15
15
../$(CPROVER_DIR ) /src/pointer-analysis/value_set_fi$(OBJEXT ) \
16
16
../$(CPROVER_DIR ) /src/pointer-analysis/value_set_dereference$(OBJEXT ) \
17
17
../$(CPROVER_DIR ) /src/pointer-analysis/add_failed_symbols$(OBJEXT ) \
18
- ../$(CPROVER_DIR ) /src/pointer-analysis/rewrite_index$(OBJEXT ) \
19
18
../$(CPROVER_DIR ) /src/pointer-analysis/goto_program_dereference$(OBJEXT ) \
20
19
../$(CPROVER_DIR ) /src/goto-instrument/full_slicer$(OBJEXT ) \
21
20
../$(CPROVER_DIR ) /src/goto-instrument/reachability_slicer$(OBJEXT ) \
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ OBJ += ../ansi-c/ansi-c$(LIBEXT) \
20
20
../pointer-analysis/value_set_fi$(OBJEXT ) \
21
21
../pointer-analysis/value_set_dereference$(OBJEXT ) \
22
22
../pointer-analysis/add_failed_symbols$(OBJEXT ) \
23
- ../pointer-analysis/rewrite_index$(OBJEXT ) \
24
23
../pointer-analysis/goto_program_dereference$(OBJEXT ) \
25
24
../goto-instrument/source_lines$(OBJEXT ) \
26
25
../goto-instrument/cover$(OBJEXT ) \
Original file line number Diff line number Diff line change @@ -34,10 +34,6 @@ storage.
34
34
35
35
To be documented.
36
36
37
- \subsection pointer-analysis-rewrite-index Rewrite index (x[ i] -> * (x+i)) (rewrite_index)
38
-
39
- To be documented.
40
-
41
37
\section pointer-analysis-analysis Value-set Analysis:
42
38
43
39
Value-set analysis is a framework for data-flow analyses which involve keeping
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments