Skip to content

Commit 812eed0

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent e99a873 commit 812eed0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/coreclr/jit/lowerwasm.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -916,8 +916,7 @@ GenTree* Lowering::LowerHWIntrinsicCmpOp(GenTreeHWIntrinsic* node, genTreeOps cm
916916
assert(varTypeIsIntegral(simdBaseType));
917917
}
918918

919-
LowerNode(node);
920-
return node->gtNext;
919+
return LowerNode(node);
921920
}
922921

923922
//----------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)