From: Brian Gaeke Date: Wed, 4 Aug 2004 07:29:28 +0000 (+0000) Subject: Add a Doxygen comment, and inline the constructor (which is now almost empty). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8943e68bffa9756dabac9a2d74a3b69a5d4b3fda;p=oota-llvm.git 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 --- diff --git a/lib/Target/SparcV9/SparcV9InstrInfo.h b/lib/Target/SparcV9/SparcV9InstrInfo.h index 9d4d85998ca..16d80a7cdbc 100644 --- a/lib/Target/SparcV9/SparcV9InstrInfo.h +++ b/lib/Target/SparcV9/SparcV9InstrInfo.h @@ -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