Merge pull request dotnet/coreclr#7683 from sivarv/VectorByteFix
authorSivarv <sivarv@microsoft.com>
Tue, 18 Oct 2016 17:18:25 +0000 (10:18 -0700)
committerGitHub <noreply@github.com>
Tue, 18 Oct 2016 17:18:25 +0000 (10:18 -0700)
Vector<T>.ctor(T val) is not recognized for ubyte/byte/short/ushort when the arg is a local of small int type (e.g. method args).

Commit migrated from https://github.com/dotnet/coreclr/commit/2a09852cff2a62619d423ad7f5ebf2284981250f


Trivial merge