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.
1 parent 3389cda commit ac8c00bCopy full SHA for ac8c00b
src/goto-programs/parameter_assignments.cpp
@@ -46,7 +46,7 @@ void parameter_assignmentst::do_function_calls(
46
47
// add x=y for f(y) where x is the parameter
48
49
- assert(function_call.function().id()==ID_symbol);
+ PRECONDITION(function_call.function().id() == ID_symbol);
50
51
const irep_idt &identifier=
52
to_symbol_expr(function_call.function()).get_identifier();
0 commit comments