Skip to content

Commit f4f9a30

Browse files
committed
Remove references to the label properties pass adding locations
Because this is an incidental implementation detail rather that the point of the pass.
1 parent 739a0d0 commit f4f9a30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/architectural/goto-program-transformations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ unused-functions-transform if it is being used.</em>
199199

200200
\subsection properties-transform Label Properties
201201

202-
This transformation adds information to assert instructions. This includes
203-
- Adding source locations to asserts where they are missing
204-
- Populating the locations's property ID
202+
This transformation adds newly generated unique property identifiers to assert
203+
instructions. The property identifiers are stored in the location data structure
204+
associated with each instruction.
205205

206206
The implementation of this pass is called via \ref
207207
label_properties(goto_modelt &)

0 commit comments

Comments
 (0)