Skip to content

Commit

Permalink
Merge pull request #16495 from MathiasVP/delete-duplicated-conjunction
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasVP committed May 15, 2024
2 parents b49a617 + a1cb419 commit 64b8f97
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1844,9 +1844,6 @@ class TranslatedAssignExpr extends TranslatedNonConstantExpr {
child = this.getRightOperand() and
result = this.getLeftOperand().getFirstInstruction(kind)
or
child = this.getRightOperand() and
result = this.getLeftOperand().getFirstInstruction(kind)
or
kind instanceof GotoEdge and
child = this.getLeftOperand() and
result = this.getInstruction(AssignmentStoreTag())
Expand Down

0 comments on commit 64b8f97

Please sign in to comment.