Fix for issue 15412
authorBrian Sullivan <briansul@microsoft.com>
Mon, 11 Dec 2017 19:57:22 +0000 (11:57 -0800)
committerBrian Sullivan <briansul@microsoft.com>
Tue, 12 Dec 2017 22:35:57 +0000 (14:35 -0800)
commit1e1926c63d0229250aa548b28ffe867fa10e7084
tree499f718890b0335c7c8926085a8839f399b455ea
parentc2331126c1963a81c70943a9530e0a8f823b21ae
Fix for issue 15412
  Added an IL test case for this issue
  Added the template C# simplearg.cs that was used to create the test case simplearg.il
  Added extra logging around the initial call of impNormStructVal
src/jit/importer.cpp
tests/src/JIT/Directed/RVAInit/simplearg.cs [new file with mode: 0644]
tests/src/JIT/Directed/RVAInit/simplearg.il [new file with mode: 0644]
tests/src/JIT/Directed/RVAInit/simplearg.ilproj [new file with mode: 0644]