Skip to content

Commit e39721f

Browse files
committed
Add whitespace between unrelated pass invocations
1 parent 22638e2 commit e39721f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jbmc/src/janalyzer/janalyzer_parse_options.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,10 @@ bool janalyzer_parse_optionst::process_goto_program(const optionst &options)
667667
status() << "Removing function pointers and virtual functions" << eom;
668668
remove_function_pointers(
669669
get_message_handler(), goto_model, cmdline.isset("pointer-check"));
670+
670671
// Java virtual functions -> explicit dispatch tables:
671672
remove_virtual_functions(goto_model);
673+
672674
// remove Java throw and catch
673675
// This introduces instanceof, so order is important:
674676
remove_exceptions(goto_model, get_message_handler());

0 commit comments

Comments
 (0)