Merge pull request #2129 from maksqwe/GenTreeBoundsChk_fix
authorChris McKinsey <chrismck@microsoft.com>
Sat, 21 Nov 2015 23:06:01 +0000 (15:06 -0800)
committerChris McKinsey <chrismck@microsoft.com>
Sat, 21 Nov 2015 23:06:01 +0000 (15:06 -0800)
Fix GenTreeBoundsChk::gtThrowKind check in GenTree::Compare(). It was comparing the same field of op1 instead of op1 and op2.


Trivial merge