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.
auto
1 parent 6b12425 commit 45ea585Copy full SHA for 45ea585
src/goto-programs/mm_io.cpp
@@ -40,9 +40,8 @@ void mm_io(
40
goto_functionst::goto_functiont &goto_function,
41
const namespacet &ns)
42
{
43
- for(goto_programt::instructionst::iterator it=
44
- goto_function.body.instructions.begin();
45
- it!=goto_function.body.instructions.end();
+ for(auto it = goto_function.body.instructions.begin();
+ it != goto_function.body.instructions.end();
46
it++)
47
48
if(!it->is_assign())
0 commit comments