Skip to content

Commit 18b1962

Browse files
author
Owen Jones
committed
Fix order of parameters in function header
1 parent 82058da commit 18b1962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java_bytecode/ci_lazy_methods.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
399399
void ci_lazy_methodst::get_virtual_method_targets(
400400
const exprt &called_function,
401401
const std::unordered_set<irep_idt> &instantiated_classes,

0 commit comments

Comments
 (0)