File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -392,10 +392,10 @@ void ci_lazy_methodst::gather_virtual_callsites(
392
392
// / should be determined.
393
393
// / \param instantiated_classes: set of classes that can be instantiated. Any
394
394
// / potential callee not in this set will be ignored.
395
- // / \param symbol_table: global symbol table
396
395
// / \param [out] callable_methods: Populated with all possible `c` callees,
397
396
// / taking `instantiated_classes` into account (virtual function overrides
398
397
// / defined on classes that are not 'needed' are ignored)
398
+ // / \param symbol_table: global symbol table
399
399
void ci_lazy_methodst::get_virtual_method_targets (
400
400
const exprt &called_function,
401
401
const std::unordered_set<irep_idt> &instantiated_classes,
You can’t perform that action at this time.
0 commit comments