From 439a5f8c037225c535a24a0d4d65df570af66cf3 Mon Sep 17 00:00:00 2001 From: Brian Sullivan Date: Tue, 27 Nov 2018 16:40:58 -0800 Subject: [PATCH] Code review feedback Commit migrated from https://github.com/dotnet/coreclr/commit/cef6c7bd334583066ed28e4bf813f75c40b66dce --- src/coreclr/src/jit/valuenum.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) { -- 2.7.4