Fix for bug 2353 Assertion Failure 'nextStmtExpr->gtOper == GT_RETURN' in morph.cpp...
authorHongtao Yu <hoy@microsoft.com>
Fri, 15 Jan 2016 00:01:03 +0000 (16:01 -0800)
committerHongtao Yu <hoy@microsoft.com>
Fri, 15 Jan 2016 18:11:39 +0000 (10:11 -0800)
commit97c253003d9e206d24fbffd5263819251d61e9f3
treee9ceae5c1c1b534edfecc13cd4c5a51bc64943c9
parent1e5bae96d5d96ad003d42a0f15bd8584af61802e
Fix for bug 2353 Assertion Failure 'nextStmtExpr->gtOper == GT_RETURN' in morph.cpp line 6671.

The change fixes a bug in importing POP instruction where a copy between a tempvar and the return value of a tail call is misgenerated for Unix with enregisterable struct return values.
src/jit/flowgraph.cpp [changed mode: 0644->0755]
src/jit/importer.cpp [changed mode: 0644->0755]
src/jit/morph.cpp