Code review feedback
authorBrian Sullivan <briansul@microsoft.com>
Wed, 28 Nov 2018 00:40:58 +0000 (16:40 -0800)
committerBrian Sullivan <briansul@microsoft.com>
Wed, 28 Nov 2018 00:40:58 +0000 (16:40 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/cef6c7bd334583066ed28e4bf813f75c40b66dce

src/coreclr/src/jit/valuenum.cpp

index 71a870f..58a2a70 100644 (file)
@@ -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)
 {