Skip to content

Commit eb4b427

Browse files
committed
deprecate the unused getPhiOperandDefinition predicate
1 parent 2113b0d commit eb4b427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/IRConstruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ CppType getInstructionOperandType(Instruction instruction, TypedOperandTag tag)
256256
.getInstructionMemoryOperandType(getInstructionTag(instruction), tag)
257257
}
258258

259-
Instruction getPhiOperandDefinition(
259+
deprecated Instruction getPhiOperandDefinition(
260260
PhiInstruction instruction, IRBlock predecessorBlock, Overlap overlap
261261
) {
262262
none()

0 commit comments

Comments
 (0)