File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 15
15
16
16
// / Notes `method_symbol_name` is referenced from some reachable function, and
17
17
// / should therefore be elaborated.
18
- // / \par parameters: `method_symbol_name`: method name; must exist in symbol
19
- // / table.
18
+ // / \param: `method_symbol_name`: method name; must exist in symbol table.
20
19
void ci_lazy_methods_neededt::add_needed_method (
21
20
const irep_idt &method_symbol_name)
22
21
{
@@ -26,8 +25,7 @@ void ci_lazy_methods_neededt::add_needed_method(
26
25
// / Notes class `class_symbol_name` will be instantiated, or a static field
27
26
// / belonging to it will be accessed. Also notes that its static initializer is
28
27
// / therefore reachable.
29
- // / \par parameters: `class_symbol_name`: class name; must exist in symbol
30
- // / table.
28
+ // / \param: `class_symbol_name`: class name; must exist in symbol table.
31
29
// / \return Returns true if `class_symbol_name` is new (not seen before).
32
30
bool ci_lazy_methods_neededt::add_needed_class (
33
31
const irep_idt &class_symbol_name)
You can’t perform that action at this time.
0 commit comments