[runtime] mono_if_conversion no longer breaks with OP_IL_SEQ_POINT.
authorMarcos Henrich <marcos.henrich@xamarin.com>
Mon, 22 Dec 2014 10:03:12 +0000 (10:03 +0000)
committerMarcos Henrich <marcos.henrich@xamarin.com>
Mon, 22 Dec 2014 10:03:12 +0000 (10:03 +0000)
commit5054bd6233dd53ce0fe6b0a014baa614cfb31380
treec8b829b6c58e4cad155395d027d1999e6052d9be
parent6dfca8e72120eaaa20c5f05bfafac47bff7509d1
[runtime] mono_if_conversion no longer breaks with OP_IL_SEQ_POINT.
mono_if_conversion now skips OP_NOP and OP_IL_SEQ_POINT while navigating through the instructions.
mono/mini/branch-opts.c