| commit | 19c9314aea1634800974de2199a1bdab0a63c7ea | [log] [tgz] |
|---|---|---|
| author | Alex Bradbury <asb@lowrisc.org> | Wed Dec 13 09:57:25 2017 +0000 |
| committer | Alex Bradbury <asb@lowrisc.org> | Wed Dec 13 09:57:25 2017 +0000 |
| tree | 4e6ce6e0c2a6a6f47e567f377ef956ec6514c454 | |
| parent | 581d6b081debcd8496de2c796d1e25014b9dc13a [diff] |
[RISCV][NFC] Update RISCVInstrInfoC.td to match usual instruction naming convention When an instruction mnemonic contains a '.', we usually name the instruction with a _ in that place. e.g. fadd.s -> FADD_S. This patch updates RISCVInstrInfoC.td to do the same, e.g. c.nop -> C_NOP. Also includes some minor formatting changes in RISCVInstrInfoC.td to better align it with the formatting conventions in the rest of the backend. llvm-svn: 320560