VAX: Use `rtx_code' to hold the RTL expression code in `vax_rtx_costs'
authorMaciej W. Rozycki <macro@linux-mips.org>
Sun, 15 Nov 2020 17:41:52 +0000 (17:41 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Sun, 15 Nov 2020 17:41:52 +0000 (17:41 +0000)
commit8b3be949a563eb1ef23f777587b58f85cc7b9ef6
tree31d1d0728a7eceb2f635f83ba9fa4688809c45ce
parent9ba5e926907fd1e2e0fb35e00a571a4e64a1e912
VAX: Use `rtx_code' to hold the RTL expression code in `vax_rtx_costs'

Use `enum rtx_code' rather than `int' to hold the the RTL expression
code in `vax_rtx_costs', matching the type these codes have been defined
with and making debugging just a tiny little bit easier.

gcc/
* config/vax/vax.c (vax_rtx_costs): Use `rtx_code' rather than
`int' for `code'.
gcc/config/vax/vax.c