mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C++: Delete duplicated case in IR generation.
This commit is contained in:
@@ -1844,9 +1844,6 @@ class TranslatedAssignExpr extends TranslatedNonConstantExpr {
|
|||||||
child = this.getRightOperand() and
|
child = this.getRightOperand() and
|
||||||
result = this.getLeftOperand().getFirstInstruction(kind)
|
result = this.getLeftOperand().getFirstInstruction(kind)
|
||||||
or
|
or
|
||||||
child = this.getRightOperand() and
|
|
||||||
result = this.getLeftOperand().getFirstInstruction(kind)
|
|
||||||
or
|
|
||||||
kind instanceof GotoEdge and
|
kind instanceof GotoEdge and
|
||||||
child = this.getLeftOperand() and
|
child = this.getLeftOperand() and
|
||||||
result = this.getInstruction(AssignmentStoreTag())
|
result = this.getInstruction(AssignmentStoreTag())
|
||||||
|
|||||||
Reference in New Issue
Block a user