mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Move TargetInstrDescriptors to MachineInstrInfo.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4391 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f44f905196
commit
adc101bbcd
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user