We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b382d5 commit dbd8432Copy full SHA for dbd8432
cpp/ql/src/semmle/code/cpp/ir/implementation/internal/TOperand.qll
@@ -55,9 +55,7 @@ private module Internal {
55
) {
56
defInstr = AliasedConstruction::getPhiOperandDefinition(useInstr, predecessorBlock, overlap)
57
} or
58
- TAliasedChiOperand(TAliasedSSAChiInstruction useInstr, ChiOperandTag tag) {
59
- any()
60
- }
+ TAliasedChiOperand(TAliasedSSAChiInstruction useInstr, ChiOperandTag tag) { any() }
61
}
62
63
/**
0 commit comments