Implement printing more, implement opcode output more
[oota-llvm.git] / lib / Target / TargetSchedInfo.cpp
index 40e822dc14b7baf4533a018e1d98958e14766042..185f01ec9e859f578cf76c334de891420dc734a0 100644 (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.