Fix check for float args under windows x64 remorph
authorJoseph Tremoulet <jotrem@microsoft.com>
Wed, 2 Nov 2016 15:46:06 +0000 (11:46 -0400)
committerJoseph Tremoulet <JCTremoulet@gmail.com>
Fri, 4 Nov 2016 03:57:46 +0000 (23:57 -0400)
commit786dd6365c5e4d7bedf06890b36331937f88d6c3
treee3399e2d18b298da3dec44488266eb3b104f7701
parente76652d88929205893620fbfe71bb43c937cbf7d
Fix check for float args under windows x64 remorph

When re-morphing, `argx` will not have the argument's type if the argument
has been moved to the late args list, so check the arg table entry
instead.  The unix x64 codepath already had the correct code, so just
remove the ifdef.
src/jit/morph.cpp