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 {
7171 }
7272
7373 /**
74- * Gets an instructions in this block. This includes `Phi` instructions.
74+ * Gets an instruction in this block. This includes `Phi` instructions.
7575 */
7676 final Instruction getAnInstruction ( ) {
7777 result = getInstruction ( _) or
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class IRBlockBase extends TIRBlock {
7171 }
7272
7373 /**
74- * Gets an instructions in this block. This includes `Phi` instructions.
74+ * Gets an instruction in this block. This includes `Phi` instructions.
7575 */
7676 final Instruction getAnInstruction ( ) {
7777 result = getInstruction ( _) or
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class IRBlockBase extends TIRBlock {
7171 }
7272
7373 /**
74- * Gets an instructions in this block. This includes `Phi` instructions.
74+ * Gets an instruction in this block. This includes `Phi` instructions.
7575 */
7676 final Instruction getAnInstruction ( ) {
7777 result = getInstruction ( _) or
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class IRBlockBase extends TIRBlock {
7171 }
7272
7373 /**
74- * Gets an instructions in this block. This includes `Phi` instructions.
74+ * Gets an instruction in this block. This includes `Phi` instructions.
7575 */
7676 final Instruction getAnInstruction ( ) {
7777 result = getInstruction ( _) or
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class IRBlockBase extends TIRBlock {
7171 }
7272
7373 /**
74- * Gets an instructions in this block. This includes `Phi` instructions.
74+ * Gets an instruction in this block. This includes `Phi` instructions.
7575 */
7676 final Instruction getAnInstruction ( ) {
7777 result = getInstruction ( _) or
You can’t perform that action at this time.
0 commit comments