Remove assert validating intrinsic expansion on mustExpand
authorMichal Strehovský <michals@microsoft.com>
Thu, 14 Jul 2016 22:26:20 +0000 (15:26 -0700)
committerMichal Strehovský <michals@microsoft.com>
Thu, 14 Jul 2016 22:26:20 +0000 (15:26 -0700)
commitf063377de71efdba671832772507c1997bb3a046
tree6edd2d414a356895c68cb839193d313ea9ddec78
parent66b6219f6e1c0e0162d52e1c098554e73777a52d
Remove assert validating intrinsic expansion on mustExpand

The assert is incorrect. Consider expansion of
CORINFO_INTRINSIC_RTH_GetValueInternal, where the RuntimeTypeHandle was
created through a generic lookup helper call. The intrinsic expansion of
this sequence becomes the generic lookup helper call on it's own.
src/jit/importer.cpp