RISC-V: Enable assert for insn_has_dfa_reservation
Enables assert that every typed instruction is associated with a dfa reservation gcc/ChangeLog: * config/riscv/riscv.cc (riscv_sched_variable_issue): Enable assert Signed-off-by: Edwin Lu <ewlu@rivosinc.com>
This commit is contained in:
parent
bc6b42666c
commit
d7d79c466d
1 changed files with 0 additions and 2 deletions
|
@ -8269,9 +8269,7 @@ 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