http://bugzilla.novell.com/show_bug.cgi?id=503077

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=503077#c1


Zoltan Varga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #1 from Zoltan Varga <[email protected]>  2009-05-12 09:07:32 MDT ---
This probably happens because some opcodes are implemented by two conditional
branches
using the same compare, i.e.

B0:
compare
blt B1

B2:
bgt B3

So removing the compare would screw up the second conditional branch.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to