Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [omr-dev] Help needed - what is wrong with this IL?

Hi All,

I found the issue in my code - it was a silly beginner level error.
The case block for EQ was falling through to NE block because I had
somehow deleted the break statement and was blind to its absence. No
wonder the IL was getting corrupted.

Apologies for the noise.

Thanks for the all the replies and useful information - it all adds up.

Regards
Dibyendu


Back to the top