Merge pull request #7584 from sivarv/regressionTest
authorSivarv <sivarv@microsoft.com>
Wed, 12 Oct 2016 23:45:20 +0000 (16:45 -0700)
committerGitHub <noreply@github.com>
Wed, 12 Oct 2016 23:45:20 +0000 (16:45 -0700)
commit5e8d8ce69ef23e575dc95e538f9de580eae20fdb
tree4baa7177e2e123918575c958db2c41b2a093f668
parentfddf3fd566e4b1f30da87e9bc6cab2af3c017977
parent6a4a93690898f2da67c9a000d509369f0ce6a1de
Merge pull request #7584 from sivarv/regressionTest

Adding JIT regression test for the re-morph optimzation that transforms JIT_Stelem_Ref(a, null, i)  into a[i]=null.