Fix handling of struct setup assignments
authorCarol Eidt <carol.eidt@microsoft.com>
Fri, 8 Mar 2019 21:09:41 +0000 (13:09 -0800)
committerCarol Eidt <carol.eidt@microsoft.com>
Fri, 8 Mar 2019 21:09:41 +0000 (13:09 -0800)
commit384eefbd899ced778d99314df0d9e76fdccf71a4
tree68af0d80f2ffbe0f2721d555e407c43cedc350f7
parentd17b66c8bbc21fc8be18d901e691ed7e9bc8d7ce
Fix handling of struct setup assignments

In #22791 I was creating struct assignments with COMMAs on the rhs, but that isn't handled downstream.

Fix #23059
src/jit/flowgraph.cpp
src/jit/importer.cpp