We should not transform a GT_DYN_BLK with a constant zero size into a GT_BLK as we...
authorBrian Sullivan <briansul@microsoft.com>
Tue, 6 Dec 2016 01:06:40 +0000 (17:06 -0800)
committerBrian Sullivan <briansul@microsoft.com>
Tue, 6 Dec 2016 18:16:31 +0000 (10:16 -0800)
commit69e25d938b4fcca1a0f78e2224c1c524b9443b57
tree729782a0e177a339894cc331692c11b7f631c399
parent9cda50a09a75c12e7185fe3e29ff237e8ab9eeca
We should not transform a GT_DYN_BLK with a constant zero size into a GT_BLK as we do not support a GT_BLK of size zero.

Fixes VSO 287663

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