From: Brian Sullivan Date: Wed, 28 Nov 2018 00:40:58 +0000 (-0800) Subject: Code review feedback X-Git-Tag: submit/tizen/20210909.063632~11030^2~3232^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=439a5f8c037225c535a24a0d4d65df570af66cf3;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Code review feedback Commit migrated from https://github.com/dotnet/coreclr/commit/cef6c7bd334583066ed28e4bf813f75c40b66dce --- diff --git a/src/coreclr/src/jit/valuenum.cpp b/src/coreclr/src/jit/valuenum.cpp index 71a870f..58a2a70 100644 --- a/src/coreclr/src/jit/valuenum.cpp +++ b/src/coreclr/src/jit/valuenum.cpp @@ -1311,7 +1311,9 @@ bool ValueNumStore::VNExcIsSubset(ValueNum vnFullSet, ValueNum vnCandidateSet) // // Note: When 'vnWx' does not have an exception set, the orginal value is the // normal value and is written to 'pvn' and VNForEmptyExcSet() is -// written to 'pvnx' +// written to 'pvnx'. +// When we have an exception set 'vnWx' will be a VN func with m_func +// equal to VNF_ValWithExc. // void ValueNumStore::VNUnpackExc(ValueNum vnWx, ValueNum* pvn, ValueNum* pvnx) {