mirror of
https://github.com/github/codeql.git
synced 2026-04-21 15:05:56 +02:00
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/PrintDataFlowRelevantIR.qll
This commit is contained in:
committed by
GitHub
parent
11386494b7
commit
1ad0e6524e
@@ -3,7 +3,7 @@ private import semmle.code.cpp.ir.IR
|
||||
private import SsaInternals as Ssa
|
||||
|
||||
/**
|
||||
* Property provider that hides all instructions and operands that are not relevant for IR dataflow.
|
||||
* A property provider that hides all instructions and operands that are not relevant for IR dataflow.
|
||||
*/
|
||||
class DataFlowRelevantIRPropertyProvider extends IRPropertyProvider {
|
||||
override predicate shouldPrintOperand(Operand operand) { not Ssa::ignoreOperand(operand) }
|
||||
|
||||
Reference in New Issue
Block a user