File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/experimental/ir/implementation Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class IRBlockBase extends TIRBlock {
71
71
}
72
72
73
73
/**
74
- * Gets an instructions in this block. This includes `Phi` instructions.
74
+ * Gets an instruction in this block. This includes `Phi` instructions.
75
75
*/
76
76
final Instruction getAnInstruction ( ) {
77
77
result = getInstruction ( _) or
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class IRBlockBase extends TIRBlock {
71
71
}
72
72
73
73
/**
74
- * Gets an instructions in this block. This includes `Phi` instructions.
74
+ * Gets an instruction in this block. This includes `Phi` instructions.
75
75
*/
76
76
final Instruction getAnInstruction ( ) {
77
77
result = getInstruction ( _) or
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class IRBlockBase extends TIRBlock {
71
71
}
72
72
73
73
/**
74
- * Gets an instructions in this block. This includes `Phi` instructions.
74
+ * Gets an instruction in this block. This includes `Phi` instructions.
75
75
*/
76
76
final Instruction getAnInstruction ( ) {
77
77
result = getInstruction ( _) or
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class IRBlockBase extends TIRBlock {
71
71
}
72
72
73
73
/**
74
- * Gets an instructions in this block. This includes `Phi` instructions.
74
+ * Gets an instruction in this block. This includes `Phi` instructions.
75
75
*/
76
76
final Instruction getAnInstruction ( ) {
77
77
result = getInstruction ( _) or
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class IRBlockBase extends TIRBlock {
71
71
}
72
72
73
73
/**
74
- * Gets an instructions in this block. This includes `Phi` instructions.
74
+ * Gets an instruction in this block. This includes `Phi` instructions.
75
75
*/
76
76
final Instruction getAnInstruction ( ) {
77
77
result = getInstruction ( _) or
You can’t perform that action at this time.
0 commit comments