Remove getTempValuesForMachineCode from the Instruction interface
[oota-llvm.git] / lib / VMCore / Instruction.cpp
index 8b833cf4bb71c5dafa89d4603c7b4426a132e705..d5fe1c68e3e1b1dd06d7ea560068f985fba26a7a 100644 (file)
@@ -38,6 +38,7 @@ Instruction::addMachineInstruction(MachineInstr* minstr)
   machineInstrVec->push_back(minstr);
 }
 
+#if 0
 // Dont make this inline because you would need to include
 // MachineInstr.h in Instruction.h, which creates a circular
 // sequence of forward declarations.  Trying to fix that will
@@ -48,6 +49,7 @@ Instruction::getTempValuesForMachineCode() const
 {
   return machineInstrVec->getTempValues();
 }
+#endif
 
 void
 Instruction::dropAllReferences() {