Remove separate vector of implicit refs from MachineInstr, and
[oota-llvm.git] / lib / Target / TargetInstrInfo.cpp
index a911116f7bcf673318a6e73fba714c482b311b6f..115f2c2a7c353bb06fe5c4e4eac0c06190630451 100644 (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