[RISCV][NFC] Change naming scheme for RISC-V specific DAG nodes
authorAlex Bradbury <asb@lowrisc.org>
Tue, 22 Jan 2019 14:05:11 +0000 (14:05 +0000)
committerAlex Bradbury <asb@lowrisc.org>
Tue, 22 Jan 2019 14:05:11 +0000 (14:05 +0000)
commit0a9c9a8daa09746022aa226adf2f63d77dc9843b
treeff0e5165f76563eac4b428616d006b67afdd8e04
parenta4d1ffc269664f1432d5796a0d03a2816a74a66c
[RISCV][NFC] Change naming scheme for RISC-V specific DAG nodes

Previously we had names like 'Call' or 'Tail'. This potentially clashes with
the naming scheme used elsewhere in RISCVInstrInfo.td. Many other backends
would use names like AArch64call or PPCtail. I prefer the SystemZ approach,
which uses prefixed all-lowercase names. This matches the naming scheme used
for target-independent SelectionDAG nodes.

llvm-svn: 351823
llvm/lib/Target/RISCV/RISCVInstrInfo.td