Skip to content

Commit

Permalink
unreached()
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeksowi authored Jan 31, 2025
1 parent a711137 commit f67b60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coreclr/jit/codegenriscv64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3248,7 +3248,7 @@ void CodeGen::genCodeForCompare(GenTreeOp* tree)
}
else
{
assert(false);
unreached();
}
emit->emitIns_R_R_I(INS_xori, EA_8BYTE, targetReg, targetReg, 1);
}
Expand Down Expand Up @@ -3276,7 +3276,7 @@ void CodeGen::genCodeForCompare(GenTreeOp* tree)
}
else
{
assert(false);
unreached();
}
}
}
Expand Down

0 comments on commit f67b60a

Please sign in to comment.