Skip to content

Commit b11501d

Browse files
committed
Fix get_loophead_selects prototype
Signed-off-by: František Nečas <[email protected]>
1 parent ca00c76 commit b11501d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/2ls/summary_checker_base.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ void summary_checker_baset::do_show_vcc(
361361
/// countermodel is spurious
362362
exprt::operandst summary_checker_baset::get_loophead_selects(
363363
const irep_idt &function_name,
364-
const local_SSAt &SSA, prop_convt &solver)
364+
const local_SSAt &SSA, prop_conv_solvert &solver)
365365
{
366366
// TODO: this should be provided by unwindable_local_SSA
367367
exprt::operandst loophead_selects;

src/2ls/summary_checker_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class summary_checker_baset:public property_checkert
9191
exprt::operandst get_loophead_selects(
9292
const irep_idt &function_name,
9393
const local_SSAt &,
94-
prop_convt &);
94+
prop_conv_solvert &);
9595
bool is_spurious(
9696
const exprt::operandst& loophead_selects,
9797
incremental_solvert&);

0 commit comments

Comments
 (0)