We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
goto_programt
1 parent 89647bb commit 634e7b1Copy full SHA for 634e7b1
doc/architectural/central-data-structures.md
@@ -93,8 +93,7 @@ in the symbol-table for their values.
93
94
## goto_programt
95
96
-A `goto_programt` is a list of GOTO instructions. In pseudocode, it would
97
-look like `type goto_programt = list<goto_instructiont>`.
+A `goto_programt` is a sequence of GOTO instructions (`goto_instructiont`).
98
99
An instruction (`goto_instructiont`) is a triple (an element with three subcomponents),
100
describing a GOTO level instruction with the following 3 component subtypes,
0 commit comments