Moved implementation of class UltraSparcInstrInfo to SparcInstrInfo.cpp.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 18 Oct 2001 00:02:32 +0000 (00:02 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 18 Oct 2001 00:02:32 +0000 (00:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@863 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9TargetMachine.cpp

index 9de9bc9cadc26a6607e67214e41a64ca448b9d91..23188df7e64e36d6196397f46a575b75de4d15ab 100644 (file)
@@ -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 
 //