Fix 2 small Statement issues (dotnet/coreclr#27183)
authormikedn <onemihaid@hotmail.com>
Mon, 14 Oct 2019 23:10:23 +0000 (02:10 +0300)
committerSergey Andreenko <seandree@microsoft.com>
Mon, 14 Oct 2019 23:10:23 +0000 (16:10 -0700)
commit841e30ee95c9f96bacbdd99b0e5f9fd5f78421cd
treea42311094fb75307eceaf29de200c75457715e81
parent32d14ccb62211fded93cea113945a02acead2726
Fix 2 small Statement issues (dotnet/coreclr#27183)

1. Statement data members have "incorrect" order that leads to unnecessary alignment holes
2. LocalAddressVisitor dumps the statement tree twice

Commit migrated from https://github.com/dotnet/coreclr/commit/0f71a90f41cfae2a9675bb37150d3a7d4e8b1423
src/coreclr/src/jit/gentree.h
src/coreclr/src/jit/morph.cpp