Skip to content

Commit 26ff188

Browse files
committed
Fix build break
1 parent 250ce6d commit 26ff188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/valuenum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11052,7 +11052,7 @@ void Compiler::fgValueNumberIntrinsic(GenTree* tree)
1105211052
{
1105311053
ValueNumPair isCnsVNP(vnStore->VNForIntCon(vnStore->IsVNConstant(arg0VNP.GetLiberal()) ? 1 : 0),
1105411054
vnStore->VNForIntCon(vnStore->IsVNConstant(arg0VNP.GetConservative()) ? 1 : 0));
11055-
intrinsic->gtVNPair = vnStore->VNPWithExc(ValueNumPair(isCnsVN, isCnsVN), arg0VNPx);
11055+
intrinsic->gtVNPair = vnStore->VNPWithExc(isCnsVNP, arg0VNPx);
1105611056
}
1105711057
else
1105811058
{

0 commit comments

Comments
 (0)