Community
Participate
Working Groups
As per our discussion. Paul the IR generated code is currently converting a case statement to a series of if statements, which is good. However, if the user coded an exit IF statement in one of the case criteria, then it would branch to the wrong location. We need a label placed on the 1st IF statement for the case converted IF, and then any exit case statement would need to be converted to exit label (of the case).
I have fixed this with updates to: EGL2MofStatement CompoundConditionExpander AbstractVisitor
ok