Revert "RISC-V: Enable assert for insn_has_dfa_reservation"
This reverts commit 23cd2961bd
.
This commit is contained in:
parent
23cd2961bd
commit
be697c0ab1
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue