diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/VMCore/Instruction.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/Instruction.cpp b/llvm/lib/VMCore/Instruction.cpp index 8b833cf4bb7..d5fe1c68e3e 100644 --- a/llvm/lib/VMCore/Instruction.cpp +++ b/llvm/lib/VMCore/Instruction.cpp @@ -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() { |