mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Add a Doxygen comment, and inline the constructor (which is now almost empty).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15471 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
587cd1aa3c
commit
8943e68bff
@ -25,10 +25,13 @@
|
||||
|
||||
namespace llvm {
|
||||
|
||||
/// SparcV9InstrInfo - TargetInstrInfo specialized for the SparcV9 target.
|
||||
///
|
||||
struct SparcV9InstrInfo : public TargetInstrInfo {
|
||||
const SparcV9RegisterInfo RI;
|
||||
public:
|
||||
SparcV9InstrInfo();
|
||||
SparcV9InstrInfo()
|
||||
: TargetInstrInfo(SparcV9MachineInstrDesc, V9::NUM_TOTAL_OPCODES) { }
|
||||
|
||||
/// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
|
||||
/// such, whenever a client has an instance of instruction info, it should
|
||||
|
Loading…
x
Reference in New Issue
Block a user