Skip to content

Commit 9254419

Browse files
committed
Bugfixes: to long line; missing backtick
1 parent 7d5927b commit 9254419

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/analyses/reaching_definitions.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ struct reaching_definitiont
8787
{
8888
/// The name of the variable which was defined.
8989
irep_idt identifier;
90-
/// The iterator to the GOTO instruction where the variable has been written to.
90+
/// The iterator to the GOTO instruction where the variable has been written
91+
/// to.
9192
ai_domain_baset::locationt definition_at;
9293
/// The two integers below define a range of bits (i.e. the begin and end bit
9394
/// indices) which represent the value of the variable. So, the integers
@@ -151,7 +152,7 @@ class rd_range_domaint:public ai_domain_baset
151152
/// Computes an instance obtained from the instance `*this` by transformation
152153
/// over a GOTO instruction referenced by `from`. The method implements a
153154
/// switch according to a type of the instruction and then calls a dedicated
154-
/// transform_*` method for the recognised instruction.
155+
/// `transform_*` method for the recognised instruction.
155156
/// \param function_from: Just passed to `transform_function_call` and
156157
/// `transform_end_function` callees.
157158
/// \param from: Reference to a GOTO instruction according to which `*this`

0 commit comments

Comments
 (0)