JIT: simple fix for the tail call stress assert
authorAndy Ayers <andya@microsoft.com>
Sat, 22 Apr 2017 00:09:07 +0000 (17:09 -0700)
committerAndy Ayers <andya@microsoft.com>
Sat, 22 Apr 2017 00:17:28 +0000 (17:17 -0700)
commitf0acfab2c5ecf7896b4f83bd8988fde0779dd849
treed6f8e14a27d44d73285cad91b3097170ebd22b0a
parentba865396ef0ec788d36fa9d5fff58ea11bf0a395
JIT: simple fix for the tail call stress assert

If class handles match, the return types are compatible, no matter
what the jit types indicate.

Addresses #10047.
src/jit/importer.cpp