Skip to content

Commit 1ad0e65

Browse files
authored
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/PrintDataFlowRelevantIR.qll
1 parent 1138649 commit 1ad0e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/PrintDataFlowRelevantIR.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ private import semmle.code.cpp.ir.IR
33
private import SsaInternals as Ssa
44

55
/**
6-
* Property provider that hides all instructions and operands that are not relevant for IR dataflow.
6+
* A property provider that hides all instructions and operands that are not relevant for IR dataflow.
77
*/
88
class DataFlowRelevantIRPropertyProvider extends IRPropertyProvider {
99
override predicate shouldPrintOperand(Operand operand) { not Ssa::ignoreOperand(operand) }

0 commit comments

Comments
 (0)