Use memset instead of ZeroMemory (dotnet/coreclr#7851)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Fri, 28 Oct 2016 02:32:55 +0000 (19:32 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 28 Oct 2016 02:32:55 +0000 (19:32 -0700)
commitc3b3ca2023e099dbd31270b075c5bb6622ea89e7
treef8394cd750e088780713a0f75721c5421ef4ab3c
parentdb35028475751e442291b3e88a1fe61193ac8b9b
Use memset instead of ZeroMemory (dotnet/coreclr#7851)

`CORINFO_HELP_READYTORUN_STATIC_BASE` and
`CORINFO_HELP_READYTORUN_GENERIC_STATIC_BASE` both use a mostly/fully
zeroed out `resolvedToken`, the common practice is to zero out with
`memset` in this codebase.

Commit migrated from https://github.com/dotnet/coreclr/commit/0f275518bde94bce9b6c2b29226fd59de6194c9f
src/coreclr/src/jit/flowgraph.cpp
src/coreclr/src/jit/morph.cpp