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(
392392// / should be determined.
393393// / \param instantiated_classes: set of classes that can be instantiated. Any
394394// / potential callee not in this set will be ignored.
395- // / \param symbol_table: global symbol table
396395// / \param [out] callable_methods: Populated with all possible `c` callees,
397396// / taking `instantiated_classes` into account (virtual function overrides
398397// / defined on classes that are not 'needed' are ignored)
398+ // / \param symbol_table: global symbol table
399399void ci_lazy_methodst::get_virtual_method_targets (
400400 const exprt &called_function,
401401 const std::unordered_set<irep_idt> &instantiated_classes,
You can’t perform that action at this time.
0 commit comments