]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Enable assert for insn_has_dfa_reservation
authorEdwin Lu <ewlu@rivosinc.com>
Wed, 31 Jan 2024 18:53:07 +0000 (10:53 -0800)
committerEdwin Lu <ewlu@rivosinc.com>
Thu, 1 Feb 2024 01:32:21 +0000 (17:32 -0800)
commit23cd2961bd2ff63583f46e3499a07bd54491d45c
tree02287fa88de47e7796d98b95bbd68ddcd366847a
parent4b799a16ae59fc0f508c5931ebf1851a3446b707
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
gcc/config/riscv/riscv.cc