diff options
Diffstat (limited to 'lib/CodeGen/InstrSched/SchedGraph.h')
-rw-r--r-- | lib/CodeGen/InstrSched/SchedGraph.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/InstrSched/SchedGraph.h b/lib/CodeGen/InstrSched/SchedGraph.h index 441aad179a..4da761f0f8 100644 --- a/lib/CodeGen/InstrSched/SchedGraph.h +++ b/lib/CodeGen/InstrSched/SchedGraph.h @@ -26,7 +26,6 @@ class RefVec; class SchedGraphNode : public SchedGraphNodeCommon { - int origIndexInBB; // original position of machine instr in BB MachineBasicBlock *MBB; const MachineInstr *MI; @@ -46,7 +45,6 @@ public: bool isDummyNode() const { return (MI == NULL); } MachineBasicBlock &getMachineBasicBlock() const { return *MBB; } - int getOrigIndexInBB() const { return origIndexInBB; } void print(std::ostream &os) const; }; |