Skip to content

Commit 4293897

Browse files
authored
Merge pull request #4086 from NlightNFotis/goto-programs-doc-fix
Move forgotten line that documents cbmc version
2 parents f179ca8 + 525c405 commit 4293897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/goto-programs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ mult /* mult */
342342
END_FUNCTION
343343
```
344344

345+
(The above result was produced using `cbmc version 5.11`)
346+
345347
\section section-goto-transforms Subsequent Transformation
346348

347349
It is normal for a program that calls `goto_convert` to immediately pass the
@@ -568,8 +570,6 @@ then it performs 'linking' of the temporary into a passed destination
568570
Details about linking of `::goto_modelt` instances can be found
569571
[here](\ref section-linking-goto-models).
570572

571-
(The above result was produced using `cbmc version 5.11`)
572-
573573
\section section-linking-goto-models Linking Goto Models
574574

575575
C++ modules:

0 commit comments

Comments
 (0)