[mips] Don't assert when decomposing longs
authorVlad Brezae <brezaevlad@gmail.com>
Mon, 10 Oct 2016 20:20:15 +0000 (23:20 +0300)
committerVlad Brezae <brezaevlad@gmail.com>
Mon, 10 Oct 2016 20:20:15 +0000 (23:20 +0300)
commitbd25dd17d8084bd657e88094dcaaaa3ca16388ca
tree69c4dafac782552fa198f06c0b26035524bf21a5
parent0faf5367390e7d9323775ee8ef1f202533c3928c
[mips] Don't assert when decomposing longs

There is no point in asserting if we encounter an unhandled long op. These ops may still get removed, if emulated later on, or maybe from other passes. Asserting happens as a last resort when emitting the native code for the method.
mono/mini/mini-mips.c