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