[RISCV] Move RISCVVPseudosTable from RISCVBaseInfo.h to RISCVInstrInfo.h. NFC
authorCraig Topper <craig.topper@sifive.com>
Wed, 27 Jan 2021 21:14:43 +0000 (13:14 -0800)
committerCraig Topper <craig.topper@sifive.com>
Wed, 27 Jan 2021 21:38:26 +0000 (13:38 -0800)
commit58aa049b9b80e342e3f6769f0834dabf41476bef
tree526d441cdeeb68c25f563fdb444617c6ed9bbd22
parent5dfa37a76153f2a18ac7fe30721cc1332b672ea2
[RISCV] Move RISCVVPseudosTable from RISCVBaseInfo.h to RISCVInstrInfo.h. NFC

RISCVBaseInfo.h belongs to the MC layer, but the Pseudo instructions
are only used by the CodeGen layer. So it makes sense to keep this
table in the CodeGen layer.
llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
llvm/lib/Target/RISCV/RISCVInstrInfo.h