From: Vikram S. Adve Date: Thu, 18 Oct 2001 00:02:32 +0000 (+0000) Subject: Moved implementation of class UltraSparcInstrInfo to SparcInstrInfo.cpp. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4df35a2ce3507b85a4d0966f2ce0a92abe3f5aab;p=oota-llvm.git Moved implementation of class UltraSparcInstrInfo to SparcInstrInfo.cpp. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@863 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp index 9de9bc9cadc..23188df7e64 100644 --- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp +++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp @@ -65,25 +65,6 @@ void AllocateRegisters(Method *M, TargetMachine &TM) -//--------------------------------------------------------------------------- -// class UltraSparcInstrInfo -// -// Purpose: -// Information about individual instructions. -// Most information is stored in the SparcMachineInstrDesc array above. -// Other information is computed on demand, and most such functions -// default to member functions in base class MachineInstrInfo. -//--------------------------------------------------------------------------- - -/*ctor*/ -UltraSparcInstrInfo::UltraSparcInstrInfo() - : MachineInstrInfo(SparcMachineInstrDesc, - /*descSize = */ NUM_TOTAL_OPCODES, - /*numRealOpCodes = */ NUM_REAL_OPCODES) -{ -} - - //--------------------------------------------------------------------------- // class UltraSparcSchedInfo //