Revert "RISC-V: Enable assert for insn_has_dfa_reservation"

This reverts commit 23cd2961bd.
This commit is contained in:
Edwin Lu 2024-01-31 21:49:20 -08:00
parent 23cd2961bd
commit be697c0ab1

View file

@ -8234,7 +8234,9 @@ riscv_sched_variable_issue (FILE *, int, rtx_insn *insn, int more)
/* If we ever encounter an insn without an insn reservation, trip
an assert so we can find and fix this problem. */
#if 0
gcc_assert (insn_has_dfa_reservation_p (insn));
#endif
return more - 1;
}