Fix for issue 2058.
authorLubomir Litchev <lubol@microsoft.com>
Wed, 18 Nov 2015 23:07:49 +0000 (15:07 -0800)
committerLubomir Litchev <lubol@microsoft.com>
Thu, 19 Nov 2015 06:00:37 +0000 (22:00 -0800)
commit8cfdfca223baabcc17cfd635b2216cff41f0ff0f
tree4ab0920df16d4bc127af5ef03fa37098807887e5
parentdaa24b15ea785252397bf105a6788d01b7fb936e
Fix for issue 2058.

AndyAyersMS ran the valgrind on the parts of the VM/Jit and discovered the
2 erors described in issue #2058. One of them is that theorder of two assert condition was
swapped. The other was that there were a number of uninitialized variables that
in some cases could cause undefined behavior.
src/jit/lower.cpp
src/jit/valuenum.h