Skip to content

Commit

Permalink
Remove unused cr flag in node
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Gavrilin committed Aug 28, 2023
1 parent 2f512dd commit f6dd7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/riscv/riscv.ad
Original file line number Diff line number Diff line change
Expand Up @@ -7695,7 +7695,7 @@ instruct sqrtD_reg(fRegD dst, fRegD src) %{
%}

// Round Instruction
instruct roundD_reg(fRegD dst, fRegD src, immI rmode, iRegLNoSp tmp1, iRegLNoSp tmp2, iRegLNoSp tmp3, rFlagsReg cr) %{
instruct roundD_reg(fRegD dst, fRegD src, immI rmode, iRegLNoSp tmp1, iRegLNoSp tmp2, iRegLNoSp tmp3) %{
match(Set dst (RoundDoubleMode src rmode));
ins_cost(2 * XFER_COST + BRANCH_COST);
effect(TEMP_DEF dst, TEMP tmp1, TEMP tmp2, TEMP tmp3);
Expand Down

0 comments on commit f6dd7b1

Please sign in to comment.