summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/CodeGen/MachineTraceMetrics.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/CodeGen/MachineTraceMetrics.h')
-rw-r--r--llvm/include/llvm/CodeGen/MachineTraceMetrics.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineTraceMetrics.h b/llvm/include/llvm/CodeGen/MachineTraceMetrics.h
index 9d8db393ca9..f8100a52966 100644
--- a/llvm/include/llvm/CodeGen/MachineTraceMetrics.h
+++ b/llvm/include/llvm/CodeGen/MachineTraceMetrics.h
@@ -366,12 +366,6 @@ public:
SparseSet<LiveRegUnit> &RegUnits);
void updateDepth(const MachineBasicBlock *, const MachineInstr&,
SparseSet<LiveRegUnit> &RegUnits);
-
- /// Updates the depth of the instructions from Start to End.
- void updateDepths(MachineBasicBlock::iterator Start,
- MachineBasicBlock::iterator End,
- SparseSet<LiveRegUnit> &RegUnits);
-
};
/// Strategies for selecting traces.
OpenPOWER on IntegriCloud