For the scenario where the dest register is same as the then case register, there is one case instruction that should be executed based on the overflow flag to test for unordered operands. Instead, we were testing for the not equal condition. This bug was caught by testmasm.
<rdar://problem/61321778>
Created attachment 395530 [details] proposed patch.
Comment on attachment 395530 [details] proposed patch. r=me
Thanks for the review. Landed in r259556: <http://trac.webkit.org/r259556>.