[runtime] Fix a bug in the local register allocator when an fp vreg wasn't clobbered...
authorZoltan Varga <vargaz@gmail.com>
Wed, 18 Sep 2013 22:19:41 +0000 (00:19 +0200)
committerZoltan Varga <vargaz@gmail.com>
Thu, 19 Sep 2013 00:03:29 +0000 (02:03 +0200)
commit6bbf88d8ccfb3e09158c5979d513a9ed287afd72
tree429b29084865b75c279414b28caaacac5465be9a
parent920332a133a401090eb6be8fc4e21ef2b081ab67
[runtime] Fix a bug in the local register allocator when an fp vreg wasn't clobbered by a call if its href happened to be equal to the hreg of the call instruction. Fixes #12510.
mono/mini/mini-codegen.c