File tree Expand file tree Collapse file tree 5 files changed +0
-54
lines changed
Expand file tree Collapse file tree 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) \
1515 ../$(CPROVER_DIR ) /src/pointer-analysis/value_set_fi$(OBJEXT ) \
1616 ../$(CPROVER_DIR ) /src/pointer-analysis/value_set_dereference$(OBJEXT ) \
1717 ../$(CPROVER_DIR ) /src/pointer-analysis/add_failed_symbols$(OBJEXT ) \
18- ../$(CPROVER_DIR ) /src/pointer-analysis/rewrite_index$(OBJEXT ) \
1918 ../$(CPROVER_DIR ) /src/pointer-analysis/goto_program_dereference$(OBJEXT ) \
2019 ../$(CPROVER_DIR ) /src/goto-instrument/full_slicer$(OBJEXT ) \
2120 ../$(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) \
2020 ../pointer-analysis/value_set_fi$(OBJEXT ) \
2121 ../pointer-analysis/value_set_dereference$(OBJEXT ) \
2222 ../pointer-analysis/add_failed_symbols$(OBJEXT ) \
23- ../pointer-analysis/rewrite_index$(OBJEXT ) \
2423 ../pointer-analysis/goto_program_dereference$(OBJEXT ) \
2524 ../goto-instrument/source_lines$(OBJEXT ) \
2625 ../goto-instrument/cover$(OBJEXT ) \
Original file line number Diff line number Diff line change @@ -34,10 +34,6 @@ storage.
3434
3535To be documented.
3636
37- \subsection pointer-analysis-rewrite-index Rewrite index (x[ i] -> * (x+i)) (rewrite_index)
38-
39- To be documented.
40-
4137\section pointer-analysis-analysis Value-set Analysis:
4238
4339Value-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