summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/SparcV9InstrInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/SparcV9/SparcV9InstrInfo.cpp')
-rw-r--r--llvm/lib/Target/SparcV9/SparcV9InstrInfo.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/lib/Target/SparcV9/SparcV9InstrInfo.cpp b/llvm/lib/Target/SparcV9/SparcV9InstrInfo.cpp
index 6cb65d8374c..556e5974269 100644
--- a/llvm/lib/Target/SparcV9/SparcV9InstrInfo.cpp
+++ b/llvm/lib/Target/SparcV9/SparcV9InstrInfo.cpp
@@ -416,12 +416,8 @@ InitializeMaxConstantsTable()
// default to member functions in base class TargetInstrInfo.
//---------------------------------------------------------------------------
-/*ctor*/
SparcV9InstrInfo::SparcV9InstrInfo()
- : TargetInstrInfo(SparcV9MachineInstrDesc,
- /*descSize = */ V9::NUM_TOTAL_OPCODES,
- /*numRealOpCodes = */ V9::NUM_REAL_OPCODES)
-{
+ : TargetInstrInfo(SparcV9MachineInstrDesc, V9::NUM_TOTAL_OPCODES) {
InitializeMaxConstantsTable();
}
OpenPOWER on IntegriCloud