Merge pull request #2870 from madewokherd/arginfo
authormonojenkins <jo.shields+jenkins@xamarin.com>
Tue, 12 Apr 2016 03:45:27 +0000 (04:45 +0100)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Tue, 12 Apr 2016 03:45:27 +0000 (04:45 +0100)
x86 cleanups for register arguments

Best I can tell, cinfo->args and cfg->args need to be independent before implementing calling conventions where some arguments are in registers, at least if we want to do it cleanly. Also, storing the argument offset in a cfg->args instruction that claims to be for a register seems hacky and confusing to me.


Trivial merge