Skip to content
Prev Previous commit
Next Next commit
add assert
  • Loading branch information
EgorBo committed Nov 3, 2021
commit 544a794a9c7200e2f0547b01415e0bb8442cdc18
1 change: 1 addition & 0 deletions src/coreclr/jit/lsraarm64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ int LinearScan::BuildNode(GenTree* tree)
break;

case GT_BFIZ:
assert(tree->gtGetOp1()->OperIs(GT_CAST));
srcCount = BuildOperandUses(tree->gtGetOp1()->gtGetOp1());
BuildDef(tree);
break;
Expand Down