You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For if-statement it always should be a single point of the end: if-end label, currently for the else-if condition if-end label is duplicated.
Expected behavior
➡️ Should be only one SetLabel if-end instruction generated.
The text was updated successfully, but these errors were encountered:
mrLSD
changed the title
Fix if-end label instruction for IfStatement: if-else, //
Fix if-end label instruction for IfStatement: if-else, else-if statements
Nov 5, 2023
Description
For
if-statement
it always should be a single point of the end:if-end
label, currently for theelse-if
conditionif-end
label is duplicated.Expected behavior
➡️ Should be only one
SetLabel if-end
instruction generated.The text was updated successfully, but these errors were encountered: