| commit | 0a9c9a8daa09746022aa226adf2f63d77dc9843b | [log] [tgz] |
|---|---|---|
| author | Alex Bradbury <asb@lowrisc.org> | Tue Jan 22 14:05:11 2019 +0000 |
| committer | Alex Bradbury <asb@lowrisc.org> | Tue Jan 22 14:05:11 2019 +0000 |
| tree | ff0e5165f76563eac4b428616d006b67afdd8e04 | |
| parent | a4d1ffc269664f1432d5796a0d03a2816a74a66c [diff] |
[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