C++: Delete duplicated case in IR generation.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-05-15 08:52:56 +01:00
parent bcddef8f32
commit a1cb419902

View File

@@ -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())