File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ void summary_checker_baset::do_show_vcc(
361
361
// / countermodel is spurious
362
362
exprt::operandst summary_checker_baset::get_loophead_selects (
363
363
const irep_idt &function_name,
364
- const local_SSAt &SSA, prop_convt &solver)
364
+ const local_SSAt &SSA, prop_conv_solvert &solver)
365
365
{
366
366
// TODO: this should be provided by unwindable_local_SSA
367
367
exprt::operandst loophead_selects;
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ class summary_checker_baset:public property_checkert
91
91
exprt::operandst get_loophead_selects (
92
92
const irep_idt &function_name,
93
93
const local_SSAt &,
94
- prop_convt &);
94
+ prop_conv_solvert &);
95
95
bool is_spurious (
96
96
const exprt::operandst& loophead_selects,
97
97
incremental_solvert&);
You can’t perform that action at this time.
0 commit comments