Move TargetInstrDescriptors to MachineInstrInfo.cpp

llvm-svn: 4391
This commit is contained in:
Chris Lattner 2002-10-29 17:37:48 +00:00
parent 52ce69b8e2
commit 268d600a88
2 changed files with 6 additions and 6 deletions

View File

@ -9,6 +9,12 @@
#include "llvm/Constant.h"
#include "llvm/DerivedTypes.h"
// External object describing the machine instructions
// Initialized only when the TargetMachine class is created
// and reset when that class is destroyed.
//
const MachineInstrDescriptor* TargetInstrDescriptors = 0;
//---------------------------------------------------------------------------
// class MachineInstructionInfo
// Interface to description of machine instructions

View File

@ -8,12 +8,6 @@
#include "llvm/Target/MachineSchedInfo.h"
#include "llvm/Target/TargetMachine.h"
// External object describing the machine instructions
// Initialized only when the TargetMachine class is created
// and reset when that class is destroyed.
//
const MachineInstrDescriptor* TargetInstrDescriptors = 0;
resourceId_t MachineResource::nextId = 0;
// Check if fromRVec and toRVec have *any* common entries.